From 9de2bd8632d56f3752470253a925d9fde3cdd51c Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Wed, 25 Oct 2017 22:37:36 +0200 Subject: [PATCH] Spelling errors --- lib/SQL/Abstract.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index eb048d09..0c33b4b8 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -2017,7 +2017,7 @@ The parameter default in case of a single L character is the quote character itself. When opening-closing-style quoting is used (L is an arrayref) -this parameter defaults to the B L. Occurences +this parameter defaults to the B L. Occurrences of the B L within the identifier are currently left untouched. The default for opening-closing-style quotes may change in future versions, thus you are B to specify the escape character @@ -2250,7 +2250,7 @@ module: =back -On failure returns C, on sucess returns a B reference +On failure returns C, on success returns a B reference to the original supplied argument. =over @@ -2308,7 +2308,7 @@ module: =back -On failure returns C, on sucess returns an B reference +On failure returns C, on success returns an B reference containing the unpacked version of the supplied literal SQL and bind values. =head1 WHERE CLAUSES