diff options
author | Julien Cristau <jcristau@debian.org> | 2015-07-02 20:16:21 +0200 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-07-06 16:08:08 -0700 |
commit | ac94cdb9df94dd26688de6d3d9143ac48f7b3c7b (patch) | |
tree | 4510826d2e62cb7b7a916cff8328a38bcaeb7082 /mi | |
parent | e3624aa5fde658c44724a7ea21f5df9e3c586923 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |