File: 0001_fix-typo-in-manpage.patch

package info (click to toggle)
libsql-abstract-more-perl 1.28-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 388 kB
  • ctags: 203
  • sloc: perl: 2,786; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 630 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: fix typo in manpage
Author: Lucas Kanashiro <kanashiro@debian.org>
Last-Updated: 2016-07-27
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=116530
Bug: https://rt.cpan.org/Ticket/Display.html?id=116530

--- a/lib/SQL/Abstract/More.pm
+++ b/lib/SQL/Abstract/More.pm
@@ -1509,7 +1509,7 @@ specified either by a plain string or by
 adds a C<HAVING> clause in the SQL statement (only makes
 sense together with a C<GROUP BY> clause).
 This is like a C<-where> clause, except that the criteria
-are applied after grouping has occured.
+are applied after grouping has occurred.
 
 
 =item C<< -order_by => \@order >>