[open-ils-commits] [GIT] Evergreen ILS branch master updated. cb9b77d3ec2d226ea64fcd357aa5f1f24c370d8f

Evergreen Git git at git.evergreen-ils.org
Fri Mar 15 13:08:49 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, master has been updated
       via  cb9b77d3ec2d226ea64fcd357aa5f1f24c370d8f (commit)
      from  cfa27b748346feadaca2c901ea2f56ab8d95f663 (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 cb9b77d3ec2d226ea64fcd357aa5f1f24c370d8f
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Mar 15 13:07:28 2013 -0400

    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>
    
    Conflicts:
    
    	Open-ILS/examples/apache/startup.pl
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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 f310a7e..434e326 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm
@@ -793,7 +793,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 ba00a6e..30e0ba7 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:
 .../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 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list