summaryrefslogtreecommitdiff
path: root/mi
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2015-07-02 20:16:21 +0200
committerKeith Packard <keithp@keithp.com>2015-07-06 16:08:08 -0700
commitac94cdb9df94dd26688de6d3d9143ac48f7b3c7b (patch)
tree4510826d2e62cb7b7a916cff8328a38bcaeb7082 /mi
parente3624aa5fde658c44724a7ea21f5df9e3c586923 (diff)
mi: fix typo in warning about overflowing queue
Debian bug#726041 Reported-by: Vincent Hobeïka <vincent.hobeika@gmail.com> Signed-off-by: Julien Cristau <jcristau@debian.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'mi')
-rw-r--r--mi/mieq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mi/mieq.c b/mi/mieq.c
index 8907a6ea1..b7be193fe 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;
}