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

lintian: r285 - in trunk: checks doc



Author: cjwatson
Date: 2004-06-15 02:07:58 +0200 (Tue, 15 Jun 2004)
New Revision: 285

Modified:
   trunk/checks/manpages
   trunk/checks/manpages.desc
   trunk/doc/lintian.sgml
Log:
s/occurence/occurrence/g


Modified: trunk/checks/manpages
===================================================================
--- trunk/checks/manpages	2004-06-15 00:05:21 UTC (rev 284)
+++ trunk/checks/manpages	2004-06-15 00:07:58 UTC (rev 285)
@@ -258,7 +258,7 @@
 		tag "FSSTND-dir-in-manual-page", "$file:$lc $1";
 	    }
 	}
-	tag "hyphen-used-as-minus-sign", $file, ($hc-10), "more occurences not shown" if $hc > 10 and ! $ENV{'LINTIAN_DEBUG'};
+	tag "hyphen-used-as-minus-sign", $file, ($hc-10), "more occurrences not shown" if $hc > 10 and ! $ENV{'LINTIAN_DEBUG'};
     }
 }
 close(IN);

Modified: trunk/checks/manpages.desc
===================================================================
--- trunk/checks/manpages.desc	2004-06-15 00:05:21 UTC (rev 284)
+++ trunk/checks/manpages.desc	2004-06-15 00:07:58 UTC (rev 285)
@@ -160,8 +160,8 @@
  to '\-'.
  .
  Because this error can occur <em>very</em> often we show only the
- first 10 occurences for each man page and give the number of
- suppressed occurences. If you want to see all warnings, run
+ first 10 occurrences for each man page and give the number of
+ suppressed occurrences. If you want to see all warnings, run
  lintian with the -d/--debug option.
 
 Tag: FSSTND-dir-in-manual-page

Modified: trunk/doc/lintian.sgml
===================================================================
--- trunk/doc/lintian.sgml	2004-06-15 00:05:21 UTC (rev 284)
+++ trunk/doc/lintian.sgml	2004-06-15 00:07:58 UTC (rev 285)
@@ -474,7 +474,7 @@
 Many tags can occour more than once (e.g. if the same error is found
 in more than one file). You can override a tag either completly by
 specifying its name (first line in the examples) or only one
-occurence of it by specifying the additional info, too (second line
+occurrence of it by specifying the additional info, too (second line
 in the examples).
 
 <chapt>Advanced usage



Reply to: