Bugzilla – Attachment 155071 Details for
Bug 34441
Typo: paramater
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34441: Fixed Typo "Paramater"
Bug-34441-Fixed-Typo-Paramater.patch (text/plain), 2.99 KB, created by
Jonathan Druart
on 2023-09-01 09:07:24 UTC
(
hide
)
Description:
Bug 34441: Fixed Typo "Paramater"
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-09-01 09:07:24 UTC
Size:
2.99 KB
patch
obsolete
>From a4a4b377e99b9b9610294d045e85b846fd9a9ed3 Mon Sep 17 00:00:00 2001 >From: Pascal Uphaus <pascal.uphaus@gwdg.de> >Date: Thu, 17 Aug 2023 11:32:51 +0000 >Subject: [PATCH] Bug 34441: Fixed Typo "Paramater" > >To test: >1. git grep paramater >2. notice 3 files have spelling mistakes >3. apply the patch >4. git grep paramater >5. notice there are no spelling mistakes for that word > >Signed-off-by: Thomas Klausner <domm@plix.at> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > catalogue/search.pl | 6 +++--- > opac/opac-search.pl | 6 +++--- > tools/cleanborrowers.pl | 6 +++--- > 3 files changed, 9 insertions(+), 9 deletions(-) > >diff --git a/catalogue/search.pl b/catalogue/search.pl >index 5954bf2d67d..e3da85daeee 100755 >--- a/catalogue/search.pl >+++ b/catalogue/search.pl >@@ -350,10 +350,10 @@ if ( $template_type eq 'advsearch' ) { > > ### OK, if we're this far, we're performing a search, not just loading the advanced search page > >-# Fetch the paramater list as a hash in scalar context: >-# * returns paramater list as tied hash ref >+# Fetch the parameter list as a hash in scalar context: >+# * returns parameter list as tied hash ref > # * we can edit the values by changing the key >-# * multivalued CGI paramaters are returned as a packaged string separated by "\0" (null) >+# * multivalued CGI parameters are returned as a packaged string separated by "\0" (null) > my $params = $cgi->Vars; > # Params that can have more than one value > # sort by is used to sort the query >diff --git a/opac/opac-search.pl b/opac/opac-search.pl >index 96851496dc3..0d940e57176 100755 >--- a/opac/opac-search.pl >+++ b/opac/opac-search.pl >@@ -348,10 +348,10 @@ if ( $template_type && $template_type eq 'advsearch' ) { > > ### OK, if we're this far, we're performing an actual search > >-# Fetch the paramater list as a hash in scalar context: >-# * returns paramater list as tied hash ref >+# Fetch the parameter list as a hash in scalar context: >+# * returns parameter list as tied hash ref > # * we can edit the values by changing the key >-# * multivalued CGI paramaters are returned as a packaged string separated by "\0" (null) >+# * multivalued CGI parameters are returned as a packaged string separated by "\0" (null) > my $params = $cgi->Vars; > my $tag; > if ( $params->{tag} ) { >diff --git a/tools/cleanborrowers.pl b/tools/cleanborrowers.pl >index 632ed5ccd6b..98ee38312e9 100755 >--- a/tools/cleanborrowers.pl >+++ b/tools/cleanborrowers.pl >@@ -44,10 +44,10 @@ use Koha::List::Patron qw( GetPatronLists ); > > my $cgi = CGI->new; > >-# Fetch the paramater list as a hash in scalar context: >-# * returns paramater list as tied hash ref >+# Fetch the parameter list as a hash in scalar context: >+# * returns parameter list as tied hash ref > # * we can edit the values by changing the key >-# * multivalued CGI paramaters are returned as a packaged string separated by "\0" (null) >+# * multivalued CGI parameters are returned as a packaged string separated by "\0" (null) > my $params = $cgi->Vars; > > my $step = $params->{step} || 1; >-- >2.25.1
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 34441
:
154546
|
154548
| 155071