Bugzilla – Attachment 40151 Details for
Bug 14383
Typos in various Koha files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14383 docs: Fix some typos in documentation
0005-docs-Fix-some-typos-in-documentation.patch (text/plain), 3.06 KB, created by
Stefan Weil
on 2015-06-15 20:22:46 UTC
(
hide
)
Description:
Bug 14383 docs: Fix some typos in documentation
Filename:
MIME Type:
Creator:
Stefan Weil
Created:
2015-06-15 20:22:46 UTC
Size:
3.06 KB
patch
obsolete
>From d6cf1711723763f56184e16524ab82e57737cecb Mon Sep 17 00:00:00 2001 >From: Stefan Weil <sw@weilnetz.de> >Date: Mon, 15 Jun 2015 21:55:50 +0200 >Subject: [PATCH 5/6] Bug 14383 docs: Fix some typos in documentation > >All of them were found and fixed using codespell. > >Signed-off-by: Stefan Weil <sw@weilnetz.de> >--- > docs/CAS/CASProxy/examples/koha_webservice.pl | 2 +- > docs/CAS/CASProxy/examples/proxy_cas.pl | 6 +++--- > docs/CAS/CASProxy/examples/proxy_cas_callback.pl | 2 +- > 3 files changed, 5 insertions(+), 5 deletions(-) > >diff --git a/docs/CAS/CASProxy/examples/koha_webservice.pl b/docs/CAS/CASProxy/examples/koha_webservice.pl >index 7b8dd48..1fc33ba 100755 >--- a/docs/CAS/CASProxy/examples/koha_webservice.pl >+++ b/docs/CAS/CASProxy/examples/koha_webservice.pl >@@ -19,7 +19,7 @@ > > =head1 DESCRIPTION > >-# Here is an exemple of a simple phony webservice, returning "Hello World" if the user is authenticated >+# Here is an example of a simple phony webservice, returning "Hello World" if the user is authenticated > # The purpose is to show how CAS Proxy can work with koha > # In this configuration, this page acts as a CAS Client, instead of the user's browser. > # This page is meant to be called from a foreign application >diff --git a/docs/CAS/CASProxy/examples/proxy_cas.pl b/docs/CAS/CASProxy/examples/proxy_cas.pl >index e00c394..407892b 100755 >--- a/docs/CAS/CASProxy/examples/proxy_cas.pl >+++ b/docs/CAS/CASProxy/examples/proxy_cas.pl >@@ -19,7 +19,7 @@ > > =head1 DESCRIPTION > >-# Here is an exemple of a CAS Proxy >+# Here is an example of a CAS Proxy > # The proxy is a foreign application that will authenticate the user against CAS > # Once authenticated as a proxy, the foreign application will be able to call some > # Koha webservices, proving authentication only by giving a proxy ticket >@@ -58,14 +58,14 @@ if ($cgi->param('ticket')) { > # We validate it against the CAS Server, providing the callback URL > my $r = $cas->service_validate( $proxy_service, $cgi->param('ticket'), pgtUrl => $pgtUrl); > >- # If it is sucessful, we are authenticated >+ # If it is successful, we are authenticated > if( $r->is_success() ) { > print "User authenticated as: ", $r->user(), "<br>\n"; > } else { > print "User authentication failed<br />\n"; > } > >- # If we have a PGTIou ticket, the proxy validation was sucessful >+ # If we have a PGTIou ticket, the proxy validation was successful > if (defined $r->iou) { > print "Proxy granting ticket IOU: ", $r->iou, "<br />\n"; > my $pgtIou = $r->iou; >diff --git a/docs/CAS/CASProxy/examples/proxy_cas_callback.pl b/docs/CAS/CASProxy/examples/proxy_cas_callback.pl >index 7c3fb4a..52e58e2 100755 >--- a/docs/CAS/CASProxy/examples/proxy_cas_callback.pl >+++ b/docs/CAS/CASProxy/examples/proxy_cas_callback.pl >@@ -19,7 +19,7 @@ > > =head1 DESCRIPTION > >-# Here is an exemple of a callback page for a CAS Proxy >+# Here is an example of a callback page for a CAS Proxy > # This is the page the CAS server will call back with a Proxy Ticket, allowing us (the foreign application) > # to query koha webservices, being CAS authenticated > >-- >2.1.4 >
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 14383
:
40128
|
40129
|
40147
|
40148
|
40149
|
40150
|
40151
|
40152
|
40276
|
40277
|
40278
|
40279
|
40280
|
40281
|
40282
|
40283
|
40296
|
40297
|
40298
|
40299
|
40300
|
40301
|
40302
|
40303
|
40304