[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. bc2253d3ead2b967ce73d93c690b5d81eea36f48

Evergreen Git git at git.evergreen-ils.org
Fri Mar 15 13:09:09 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_3 has been updated
       via  bc2253d3ead2b967ce73d93c690b5d81eea36f48 (commit)
      from  905c8c4ae211c250abf6a9473120edd3da8ea062 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bc2253d3ead2b967ce73d93c690b5d81eea36f48
Author: Pasi Kallinen <pasi.kallinen at pttk.fi>
Date:   Wed Jan 2 12:50:53 2013 +0200

    Fix some typos
    
    Except for the typo in staff client's multiclass_search_help.html,
    the rest are in comments.
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at pttk.fi>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/examples/apache/startup.pl b/Open-ILS/examples/apache/startup.pl
index f7755b6..532e736 100755
--- a/Open-ILS/examples/apache/startup.pl
+++ b/Open-ILS/examples/apache/startup.pl
@@ -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
 
diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm
index 865674b..6d149ca 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm
@@ -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)
diff --git a/Open-ILS/web/js/ui/default/acq/financial/claim_voucher.js b/Open-ILS/web/js/ui/default/acq/financial/claim_voucher.js
index 70ed2f0..5d9b066 100644
--- a/Open-ILS/web/js/ui/default/acq/financial/claim_voucher.js
+++ b/Open-ILS/web/js/ui/default/acq/financial/claim_voucher.js
@@ -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";
diff --git a/Open-ILS/xul/staff_client/chrome/content/util/print.js b/Open-ILS/xul/staff_client/chrome/content/util/print.js
index 690607c..f67f708 100644
--- a/Open-ILS/xul/staff_client/chrome/content/util/print.js
+++ b/Open-ILS/xul/staff_client/chrome/content/util/print.js
@@ -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 */
diff --git a/Open-ILS/xul/staff_client/server/locale/en-US/multiclass_search_help.html b/Open-ILS/xul/staff_client/server/locale/en-US/multiclass_search_help.html
index 98d8aaa..02233e2 100644
--- a/Open-ILS/xul/staff_client/server/locale/en-US/multiclass_search_help.html
+++ b/Open-ILS/xul/staff_client/server/locale/en-US/multiclass_search_help.html
@@ -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>

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/examples/apache/startup.pl                |    4 ++--
 .../lib/OpenILS/Application/Search/Biblio.pm       |    2 +-
 .../js/ui/default/acq/financial/claim_voucher.js   |    2 +-
 .../xul/staff_client/chrome/content/util/print.js  |    2 +-
 .../locale/en-US/multiclass_search_help.html       |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list