Bugzilla – Attachment 154548 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.91 KB, created by
Thomas Klausner
on 2023-08-17 11:47:18 UTC
(
hide
)
Description:
Bug 34441: Fixed Typo "Paramater"
Filename:
MIME Type:
Creator:
Thomas Klausner
Created:
2023-08-17 11:47:18 UTC
Size:
2.91 KB
patch
obsolete
>From 0fc7db3709fc8772670320ced4f3cc98d23ada74 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> >--- > 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 5954bf2d67..e3da85daee 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 96851496dc..0d940e5717 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 632ed5ccd6..98ee38312e 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.30.2
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