[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#726041: [PATCH] mi: fix typo in warning about overflowing queue



On 07/ 2/15 11:16 AM, Julien Cristau wrote:
Debian bug#726041

Reported-by: Vincent Hobeïka <vincent.hobeika@gmail.com>
Signed-off-by: Julien Cristau <jcristau@debian.org>
---
  mi/mieq.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mi/mieq.c b/mi/mieq.c
index 8907a6e..b7be193 100644
--- a/mi/mieq.c
+++ b/mi/mieq.c
@@ -599,7 +599,7 @@ mieqProcessInputEvents(void)
          ErrorF("[mi] EQ processing has resumed after %lu dropped events.\n",
                 (unsigned long) miEventQueue.dropped);
          ErrorF
-            ("[mi] This may be caused my a misbehaving driver monopolizing the server's resources.\n");
+            ("[mi] This may be caused by a misbehaving driver monopolizing the server's resources.\n");
          miEventQueue.dropped = 0;
      }

Heh, it only took a minute of starting to see the subtle change of "my" to "by".

Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>

--
	-Alan Coopersmith-              alan.coopersmith@oracle.com
	 Oracle Solaris Engineering - http://blogs.oracle.com/alanc


Reply to: