Bug 16106 Correct loose to lose in comment
authorColin Campbell <colin.campbell@ptfs-europe.com>
Fri, 18 Mar 2016 13:49:56 +0000 (13:49 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Tue, 22 Mar 2016 01:47:53 +0000 (01:47 +0000)
Comment was using incorrect (but similarly spelled) word, obscuring
the meaning slightly. Also corrected the release note altering the
grammar there additionally as it should have been 3rd person singular
so that it now reads more clearly

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
misc/plack/koha.psgi
misc/release_notes/release_notes_3_22_0.txt

index 947bb02..dbabe91 100644 (file)
@@ -5,7 +5,7 @@ use lib qw( ./lib );
 use Plack::Middleware::Debug;
 use Plack::App::Directory;
 
-use CGI qw(-utf8 ); # we will loose -utf8 under plack
+use CGI qw(-utf8 ); # we will lose -utf8 under plack
 {
     no warnings 'redefine';
     my $old_new = \&CGI::new;
index 3f1d773..fe68042 100644 (file)
@@ -528,7 +528,7 @@ Architecture, internals, and plumbing
        12320   normal  $.cookie('foo', null) deprecated
        13265   normal  Still too many search cursor cookies
        13805   normal  Installer does not work under Plack
-       13815   normal  Plack loose CGI qw(-utf8) flag creating incorrect utf-8 encoding everywhere
+       13815   normal  Plack loses CGI qw(-utf8) flag creating incorrect utf-8 encoding everywhere
        14351   normal  Remove given-when from opac-search.pl
        14494   normal  Terribly slow checkout caused by DateTime->new in far future
        14522   normal  Use Koha::Cache for accessing single_holidays()