File: typos.diff

package info (click to toggle)
nvidia-settings 535.216.01-1
  • links: PTS, VCS
  • area: contrib
  • in suites: sid, trixie
  • size: 6,168 kB
  • sloc: ansic: 85,128; makefile: 456
file content (14 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Andreas Beckmann <anbe@debian.org>
Description: fix some typos found by lintian

--- a/src/XF86Config-parser/Monitor.c
+++ b/src/XF86Config-parser/Monitor.c
@@ -379,7 +379,7 @@ xconfigParseVerboseMode (void)
             Error (UNEXPECTED_EOF_MSG, NULL);
             break;
         default:
-            Error ("Unexepcted token in verbose \"Mode\" entry\n", NULL);
+            Error ("Unexpected token in verbose \"Mode\" entry\n", NULL);
         }
     }
     if (!had_dotclock)