Fix some typos
authorPasi Kallinen <pasi.kallinen@pttk.fi>
Wed, 2 Jan 2013 10:50:53 +0000 (12:50 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 15 Mar 2013 17:09:01 +0000 (13:09 -0400)
Except for the typo in staff client's multiclass_search_help.html,
the rest are in comments.

Signed-off-by: Pasi Kallinen <pasi.kallinen@pttk.fi>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/examples/apache/startup.pl
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm
Open-ILS/web/js/ui/default/acq/financial/claim_voucher.js
Open-ILS/xul/staff_client/chrome/content/util/print.js
Open-ILS/xul/staff_client/server/locale/en-US/multiclass_search_help.html

index f7755b6..532e736 100755 (executable)
@@ -15,8 +15,8 @@ use OpenILS::WWW::PasswordReset ('/openils/conf/opensrf_core.xml');
 use OpenILS::WWW::IDL2js ('/openils/conf/opensrf_core.xml');
 use OpenILS::WWW::FlatFielder;
 
-# - Uncoment the following 2 lines to make use of the IP redirection code
-# - The IP file should to contain a map with the following format:
+# - Uncomment the following 2 lines to make use of the IP redirection code
+# - The IP file should contain a map with the following format:
 # - actor.org_unit.shortname <start_ip> <end_ip>
 # - e.g.  LIB123 10.0.0.1 10.0.0.254
 
index 865674b..6d149ca 100644 (file)
@@ -791,7 +791,7 @@ Recognized search keys include:
  title   (ti) - search title      *
  subject (su) - search subject    *
  series  (se) - search series     *
- lang - limit by language (specifiy multiple langs with lang:l1 lang:l2 ...)
+ lang - limit by language (specify multiple langs with lang:l1 lang:l2 ...)
  site - search at specified org unit, corresponds to actor.org_unit.shortname
  pref_ou - extend search to specified org unit, corresponds to actor.org_unit.shortname
  sort - sort type (title, author, pubdate)
index 70ed2f0..5d9b066 100644 (file)
@@ -4,7 +4,7 @@ function openClaimVoucherWindow() {
     );
     /* XXX i18n - also, the reason this isn't loaded from a server-side page
      * has to do with problems of knowing when the page has loaded, so we
-     * can begin maniuplating it. we could retrieve content with an xhr call
+     * can begin manipulating it. we could retrieve content with an xhr call
      * though...
      */
     win.document.title = "Claim Voucher";
index 690607c..f67f708 100644 (file)
@@ -145,7 +145,7 @@ util.print.prototype = {
                     case 'dos.print':
                         params.dos_print = true;
                     case 'custom.print':
-                        /* FIXME - this it a kludge.. we're going to sidestep window-based html rendering for printing */
+                        /* FIXME - this is a kludge.. we're going to sidestep window-based html rendering for printing */
                         /* I'm using regexps to mangle the html receipt templates; it'd be nice to use xsl but the */
                         /* templates aren't guaranteed to be valid xml.  The unadulterated msg is still preserved in */
                         /* params */
index 98d8aaa..02233e2 100644 (file)
@@ -28,7 +28,7 @@ Recognized search keys include:
     <tr><td>title/ti</td><td>search title</td></tr>
     <tr><td>subject/su</td><td>search subject</td></tr>
     <tr><td>series/se</td><td>search series</td></tr>
-    <tr><td>lang</td><td>limit by language (specifiy multiple langs with lang:l1 lang:l2 ...)</td></tr>
+    <tr><td>lang</td><td>limit by language (specify multiple langs with lang:l1 lang:l2 ...)</td></tr>
     <tr><td>site</td><td>search at specified org unit, corresponds to actor.org_unit.shortname</td></tr>
     <tr><td>sort</td><td>sort type (title, author, pubdate)</td></tr>
     <tr><td>dir</td><td>sort direction (asc, desc)</td></tr>