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

Bug#726041: xserver-xephyr: Typographical error in warning message regarding server's resources



Package: xserver-xephyr
Version: 2:1.12.4-6
Severity: minor

Dear Maintainer,

While using Xephyr to test the Awesome window manager, I encountered a
warning message regarding the server's resources:

"This may be caused my a misbehaving driver monopolizing the server's resources."

The message contains a typographical error.

I expected to read:

"This may be caused by a misbehaving driver monopolizing the server's resources."

I have provided a patch regarding this issue.

Thanks for your concern.

Best regards.
--
Vincent Hobeïka

-- System Information:
Debian Release: 7.1
  APT prefers stable
  APT policy: (900, 'stable'), (90, 'testing'), (1, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/16 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xephyr depends on:
ii  libaudit0                 1:1.7.18-1.1
ii  libc6                     2.13-38
ii  libdrm2                   2.4.40-1~deb7u2
ii  libgcrypt11               1.5.0-5+deb7u1
ii  libgl1-mesa-glx [libgl1]  8.0.5-4+deb7u2
ii  libpixman-1-0             0.26.0-4
ii  libselinux1               2.1.9-5
ii  libx11-6                  2:1.5.0-1+deb7u1
ii  libxau6                   1:1.0.7-1
ii  libxdmcp6                 1:1.1.1-1
ii  libxext6                  2:1.3.1-2+deb7u1
ii  libxfont1                 1:1.4.5-2
ii  libxv1                    2:1.0.7-1+deb7u1
ii  xserver-common            2:1.12.4-6

Versions of packages xserver-xephyr recommends:
ii  libgl1-mesa-dri  8.0.5-4+deb7u2

xserver-xephyr suggests no packages.

-- no debconf information
Index: xorg-server-1.14.3/mi/mieq.c
===================================================================
--- xorg-server-1.14.3.orig/mi/mieq.c	2013-10-10 14:22:19.689526995 +0200
+++ xorg-server-1.14.3/mi/mieq.c	2013-10-10 14:23:32.305644553 +0200
@@ -595,7 +595,7 @@
         ErrorF("[mi] EQ processing has resumed after %lu dropped events.\n",
                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;
     }
 

Reply to: