From: Pasi Kallinen Date: Wed, 2 Jan 2013 10:50:53 +0000 (+0200) Subject: Fix some typos X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bc2253d3ead2b967ce73d93c690b5d81eea36f48;p=evergreen%2Fpines.git 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 Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/examples/apache/startup.pl b/Open-ILS/examples/apache/startup.pl index f7755b6f35..532e73678e 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 # - 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 865674bae0..6d149cabbb 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 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 690607ce2b..f67f708d73 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)