1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Description: Fix spelling errors in manpages (lintian)
Author: Nick Morrott <knowledgejunkie@gmail.com>
Forwarded: not-needed
Last-Update: 2020-08-26
---
--- a/firstgov/FirstGov.pm
+++ b/firstgov/FirstGov.pm
@@ -47,9 +47,9 @@
=item { 'offset' => '100' }
-If 'act.next.x' and 'act.next.y' options are set, retrive results starting at
+If 'act.next.x' and 'act.next.y' options are set, retrieve results starting at
the 100th plus 1 plus the value of the 'nr' option. If 'act.prev.x' and
-'act.prev.y' options are set, retrive results starting at the 100th plus 1
+'act.prev.y' options are set, retrieve results starting at the 100th plus 1
less the value of the 'nr' option.
Note: Do not use this option. Use the 'begin_at' option instead.
@@ -498,7 +498,7 @@
* the native_query option 'in0' now accepts the value 'any' instead of 'anywhere', and the value of 'home' is obsolete.
Removed redefined WWW::Search functionality.
-1.11 2002-03-13 - Upated to reflect changed FirstGov search engine parameters.
+1.11 2002-03-13 - Updated to reflect changed FirstGov search engine parameters.
approximate_result_count() now returns 1 more than the result count when FirstGov's result count is "more than X relevant results".
Changed test case 4 (in test.pl) to finish sooner.
--- a/Programs/AutoSearch
+++ b/Programs/AutoSearch
@@ -1366,7 +1366,7 @@
#
#=head1 DESCRIPTION
#
-#Use regular expressions to locate multiple occurances of
+#Use regular expressions to locate multiple occurrences of
#<!--$mark{ and }/$mark--> and return them as a list.
#
#=cut
@@ -1610,7 +1610,7 @@
B<AutoSearch> performs a web-based search and puts the results
set in F<qid/index.html>.
Subsequent searches (i.e., the second form above)
-B<AutoSearch> determine what changes (if any) occured to the
+B<AutoSearch> determine what changes (if any) occurred to the
results sent since the last run.
These incremental changes are recorded in F<qid/YYYYMMDD.html>.
@@ -1876,7 +1876,7 @@
=item <!--QueryOptions{.*}/QueryOptions-->
The text contained between the braces specifies a query options.
-Multiple occurrencs of this command are allowed to specify multiple
+Multiple occurrences of this command are allowed to specify multiple
options.
=item <!--URLFilter{.*}/URLFilter-->
|