From: gregor herrmann Date: Fri, 26 Sep 2014 14:34:04 +0000 (+0100) Subject: spelling mistake (RT#99147) X-Git-Tag: v1.80~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=807901662a00040bc82208ab2f7dadddabf98143;p=dbsrgits%2FSQL-Abstract.git spelling mistake (RT#99147) --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 0737656..772d8ca 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -1961,7 +1961,7 @@ words in your database's SQL dialect. This is the character that will be used to escape Ls appearing in an identifier before it has been quoted. -The paramter default in case of a single L character is the quote +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)