Subject: rats: typos in help text
Package: rats
Version: 2.1-3
Severity: minor
I have noticed some typos in rats' help text. Here is a patch.
// Ulf H�rnhammar
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages rats depends on:
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii libexpat1 1.95.8-1 XML parsing C library - runtime li
-- no debconf information
--- main.c.old 2005-04-18 22:06:44.788235664 +0200
+++ main.c 2005-04-18 22:09:13.826578392 +0200
@@ -138,7 +138,7 @@ void usage(void)
printf(" --help\n");
printf(" -i report functions that accept external input\n");
printf(" --input\n");
- printf(" -l <language> force the specified langauge to be used\n");
+ printf(" -l <language> force the specified language to be used\n");
printf(" --language <language>\n");
printf(" -r include references that are not function
calls\n");
printf(" --references\n");
@@ -160,7 +160,7 @@ void usage(void)
printf(" --resultsonly\n");
printf(" No header, footer, or status information\n");
printf(" --columns\n");
- printf(" Show column number of hte line where the
problem occured.\n");
+ printf(" Show column number of the line where the
problem occurred.\n");
printf(" --context\n");
printf(" Display the line of code that caused the
problem report\n");
}