From cb9b77d3ec2d226ea64fcd357aa5f1f24c370d8f Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 15 Mar 2013 13:07:28 -0400 Subject: [PATCH] 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 Conflicts: Open-ILS/examples/apache/startup.pl Signed-off-by: Galen Charlton --- Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm | 2 +- Open-ILS/web/js/ui/default/acq/financial/claim_voucher.js | 2 +- Open-ILS/xul/staff_client/chrome/content/util/print.js | 2 +- .../server/locale/en-US/multiclass_search_help.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 f310a7eee2..434e326aa9 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 70ed2f0769..5d9b066bd4 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 ba00a6eeec..30e0ba73b2 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 98d8aaadc6..02233e2afd 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: title/tisearch title subject/susearch subject series/sesearch series - langlimit by language (specifiy multiple langs with lang:l1 lang:l2 ...) + langlimit by language (specify multiple langs with lang:l1 lang:l2 ...) sitesearch at specified org unit, corresponds to actor.org_unit.shortname sortsort type (title, author, pubdate) dirsort direction (asc, desc) -- 2.43.2