[libapache-session-browseable-perl] 04/05: Add spelling errors patch (reported)

Xavier Guimard xguimard-guest at moszumanska.debian.org
Tue Sep 12 11:53:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

xguimard-guest pushed a commit to branch master
in repository libapache-session-browseable-perl.

commit f83920798571d28e905c3fc32c73a15ef9904908
Author: Xavier Guimard <Xavier Guimard x.guimard at free.fr>
Date:   Tue Sep 12 13:52:06 2017 +0200

    Add spelling errors patch (reported)
---
 debian/patches/series                |  1 +
 debian/patches/spelling-errors.patch | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..38edaa7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
new file mode 100644
index 0000000..a660d52
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,27 @@
+Description: Spelling errors
+Author: Xavier Guimard <x.guimard at free.fr>
+Forwarded: https://github.com/LemonLDAPNG/Apache-Session-Browseable/commit/6c11357945a01c8877ce6b1065e6ad34fc931727
+Last-Update: 2017-09-12
+
+--- libapache-session-browseable-perl-1.2.6.orig/lib/Apache/Session/Browseable/PgHstore.pm
++++ libapache-session-browseable-perl-1.2.6/lib/Apache/Session/Browseable/PgHstore.pm
+@@ -172,7 +172,7 @@ Create table:
+       a_session hstore,
+   );
+ 
+-Optionaly, add indexes on some fields. Example for Lemonldap::NG:
++Optionally, add indexes on some fields. Example for Lemonldap::NG:
+ 
+   CREATE INDEX uid1 ON sessions USING BTREE ( (a_session -> '_whatToTrace') );
+   CREATE INDEX  s1  ON sessions ( (a_session -> '_session_kind') );
+--- libapache-session-browseable-perl-1.2.6.orig/lib/Apache/Session/Browseable/PgJSON.pm
++++ libapache-session-browseable-perl-1.2.6/lib/Apache/Session/Browseable/PgJSON.pm
+@@ -165,7 +165,7 @@ Create table:
+       a_session jsonb,
+   );
+ 
+-Optionaly, add indexes on some fields. Example for Lemonldap::NG:
++Optionally, add indexes on some fields. Example for Lemonldap::NG:
+ 
+   CREATE INDEX uid1 ON sessions USING BTREE ( (a_session ->> '_whatToTrace') );
+   CREATE INDEX  s1  ON sessions ( (a_session ->> '_session_kind') );

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapache-session-browseable-perl.git



More information about the Pkg-perl-cvs-commits mailing list