Bugzilla – Attachment 6778 Details for
Bug 7356
Fix various typos and mis-spellings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
wether -> whether
0002-Fix-typo-wether-whether.patch (text/plain), 6.00 KB, created by
Marc Balmer
on 2011-12-14 09:11:36 UTC
(
hide
)
Description:
wether -> whether
Filename:
MIME Type:
Creator:
Marc Balmer
Created:
2011-12-14 09:11:36 UTC
Size:
6.00 KB
patch
obsolete
>From 3fcacacb494f346230c4231480e540c38a52f2cd Mon Sep 17 00:00:00 2001 >From: Marc Balmer <marc@msys.ch> >Date: Wed, 14 Dec 2011 09:26:01 +0100 >Subject: [PATCH 2/4] Fix typo: wether -> whether. > >--- > INSTALL.opensuse | 2 +- > authorities/authorities.pl | 2 +- > cataloguing/addbiblio.pl | 2 +- > cataloguing/plugin_launcher.pl | 2 +- > installer/install.pl | 2 +- > koha-tmpl/intranet-tmpl/prog/en/js/acq.js | 4 ++-- > .../po/zh-Hans-CN-i-staff-t-prog-v-3006000.po | 2 +- > 7 files changed, 8 insertions(+), 8 deletions(-) > >diff --git a/INSTALL.opensuse b/INSTALL.opensuse >index f80fe4b..b028fd3 100644 >--- a/INSTALL.opensuse >+++ b/INSTALL.opensuse >@@ -802,7 +802,7 @@ XML::LibXML::SAX::Parser=HASH(0x8356e0c) > == Install the Zebra package == > > Zebra is already in the standard repository of openSUSE 11.3, so it seems better to install it. >-In the next chapter a question will be asked wether it is installed, so you better install it; no harm done. >+In the next chapter a question will be asked whether it is installed, so you better install it; no harm done. > Because you may need the documentation, that will also be installed. > Note that the package name is idzebra. > >diff --git a/authorities/authorities.pl b/authorities/authorities.pl >index 2f82f5a..1ba9122 100755 >--- a/authorities/authorities.pl >+++ b/authorities/authorities.pl >@@ -204,7 +204,7 @@ sub create_input { > } > elsif ( $tagslib->{$tag}->{$subfield}->{'value_builder'} ) { > >- # opening plugin. Just check wether we are on a developper computer on a production one >+ # opening plugin. Just check whether we are on a developper computer on a production one > # (the cgidir differs) > my $cgidir = C4::Context->intranetdir . "/cgi-bin/cataloguing/value_builder"; > unless (-r $cgidir and -d $cgidir) { >diff --git a/cataloguing/addbiblio.pl b/cataloguing/addbiblio.pl >index 71d43d7..f69efea 100755 >--- a/cataloguing/addbiblio.pl >+++ b/cataloguing/addbiblio.pl >@@ -414,7 +414,7 @@ sub create_input { > } > elsif ( $tagslib->{$tag}->{$subfield}->{'value_builder'} ) { > >- # opening plugin. Just check wether we are on a developper computer on a production one >+ # opening plugin. Just check whether we are on a developper computer on a production one > # (the cgidir differs) > my $cgidir = C4::Context->intranetdir . "/cgi-bin/cataloguing/value_builder"; > unless ( opendir( DIR, "$cgidir" ) ) { >diff --git a/cataloguing/plugin_launcher.pl b/cataloguing/plugin_launcher.pl >index 9a264ab..bbd3f1f 100755 >--- a/cataloguing/plugin_launcher.pl >+++ b/cataloguing/plugin_launcher.pl >@@ -27,7 +27,7 @@ use C4::Output; > my $input = new CGI; > my $plugin_name="cataloguing/value_builder/".$input->param("plugin_name"); > >-# opening plugin. Just check wether we are on a developper computer on a production one >+# opening plugin. Just check whether we are on a developper computer on a production one > # (the cgidir differs) > my $cgidir = C4::Context->intranetdir ."/cgi-bin"; > my $vbdir = "$cgidir/cataloguing/value_builder"; >diff --git a/installer/install.pl b/installer/install.pl >index ae478b6..f95eee3 100755 >--- a/installer/install.pl >+++ b/installer/install.pl >@@ -330,7 +330,7 @@ elsif ( $step && $step == 3 ) { > } > else { > # >- # check wether it's a 1st install or an update >+ # check whether it's a 1st install or an update > # > #Check if there are enough tables. > # Paul has cleaned up tables so reduced the count >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/acq.js b/koha-tmpl/intranet-tmpl/prog/en/js/acq.js >index e6d2315..b137f59 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/js/acq.js >+++ b/koha-tmpl/intranet-tmpl/prog/en/js/acq.js >@@ -76,14 +76,14 @@ DDApp = { > if (uls[i].className == "draglist" || uls[i].className == "draglist_alt") { > ddtarget = YAHOO.util.DragDropMgr.getDDById(uls[i].id); > // The yahoo drag and drop is written (broken or not) in such a way, that if an element is subscribed as a target multiple times, >-// it has to be unlinked multiple times, so we need to test wether it is allready a target, otherwise we'll have a problem when closing the group >+// it has to be unlinked multiple times, so we need to test whether it is allready a target, otherwise we'll have a problem when closing the group > if( ! ddtarget ) { > new YAHOO.util.DDTarget(uls[i].id); > } > var children = uls[i].getElementsByTagName('li'); > for( j=0; j<children.length; j=j+1) { > // The yahoo drag and drop is (broken or not) in such a way, that if an element is subscribed as a target multiple times, >-// it has to be unlinked multiple times, so we need to test wether it is allready a target, otherwise we'll have a problem when closing the group >+// it has to be unlinked multiple times, so we need to test whether it is allready a target, otherwise we'll have a problem when closing the group > ddtarget = YAHOO.util.DragDropMgr.getDDById(children[j].id); > if( ! ddtarget ) { > new DDList(children[j].id); >diff --git a/misc/translator/po/zh-Hans-CN-i-staff-t-prog-v-3006000.po b/misc/translator/po/zh-Hans-CN-i-staff-t-prog-v-3006000.po >index d204f8d..df7d689 100644 >--- a/misc/translator/po/zh-Hans-CN-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/zh-Hans-CN-i-staff-t-prog-v-3006000.po >@@ -84976,7 +84976,7 @@ msgstr "" > #~ msgid "" > #~ " Select a file to import into the reservoir. It will be parsed, and for " > #~ "each ISBN found, a new record will be created in the reservoir. If an " >-#~ "ISBN already exists in the reservoir, you can choose wether to ignore the " >+#~ "ISBN already exists in the reservoir, you can choose whether to ignore the " > #~ "new one, or overwrite the old one." > #~ msgstr "" > #~ " 请éæ©å¸ææ±å¥Breeding Farmä¹æ¡£æ¡ãç³»ç»å°ä¼åææ¡£æ¡ï¼å¡æ¯æ¾å°æå½éæ å书" >-- >1.7.2.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7356
:
6777
|
6778
|
6779
|
6780
|
6811
|
6812
|
6813
|
6814
|
6956