[debian-edu-commits] debian-edu/pkg-team/ 04/06: debian/patches: Add 1019_fix-various-typos.patch. Fix various typos in the GOsa² code.
Mike Gabriel
sunweaver at debian.org
Tue Oct 13 14:56:23 UTC 2015
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository gosa.
commit c7fd17e57217303e631be6727601cb64c89b26db
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Oct 13 16:50:24 2015 +0200
debian/patches: Add 1019_fix-various-typos.patch. Fix various typos in the GOsa² code.
---
debian/patches/1019_fix-various-typos.patch | 47 +++++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 48 insertions(+)
diff --git a/debian/patches/1019_fix-various-typos.patch b/debian/patches/1019_fix-various-typos.patch
new file mode 100644
index 0000000..c01b74b
--- /dev/null
+++ b/debian/patches/1019_fix-various-typos.patch
@@ -0,0 +1,47 @@
+Description: Fix systematic mis-spellings in the code
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de
+
+--- a/gosa-core/contrib/gosa.conf
++++ b/gosa-core/contrib/gosa.conf
+@@ -22,7 +22,7 @@
+ Open a <plugin> tag including a "class" attribute. The "class" should be
+ present inside your GOsa setup - the entry will be ignored if it is not.
+
+- Plugins should have an "acl" entry, that allows GOsa to decide wether
++ Plugins should have an "acl" entry, that allows GOsa to decide whether
+ a user is allowed to see a plugin or not. The "acl" string matches with
+ an ACL definition done inside of GOsa -> ACLs.
+
+--- a/gosa-core/contrib/gosa.conf.5
++++ b/gosa-core/contrib/gosa.conf.5
+@@ -80,7 +80,7 @@
+
+ Plugins should have an
+ .I "acl"
+-entry, that allows GOsa to decide wether a user is allowed to see a plugin or not.
++entry, that allows GOsa to decide whether a user is allowed to see a plugin or not.
+ The
+ .I "acl"
+ string matches with an ACL definition done inside of GOsa.
+--- a/gosa-core/contrib/openldap/goto-mime.schema
++++ b/gosa-core/contrib/openldap/goto-mime.schema
+@@ -40,7 +40,7 @@
+ # E: show in external viewer
+ # O: take settings from global mime group
+ # These fields are taken as OR. Additionally you can add a
+-# Q: to ask wether a question should pop up - to save it to
++# Q: to ask whether a question should pop up - to save it to
+ # the local disc or not.
+ attributetype ( 1.3.6.1.4.1.10098.1.1.14.5 NAME 'gotoMimeLeftClickAction'
+ DESC 'GOto - Gonicus Terminal Concept, PPD data'
+--- a/mail/personal/mail/sieve/class_sieve.inc
++++ b/mail/personal/mail/sieve/class_sieve.inc
+@@ -525,7 +525,7 @@
+ "<b>SIEVE: List scripts was successful!</b>");
+ return true;
+ }else{
+- $this->error=EC_NOSCRIPTS; //sieve::getresponse has no way of telling wether a script was found...
++ $this->error=EC_NOSCRIPTS; //sieve::getresponse has no way of telling whether a script was found...
+ $this->error_raw="No scripts found for this account.";
+ @DEBUG (DEBUG_MAIL, __LINE__, __FUNCTION__, __FILE__, $this->error_raw,
+ "<b>SIEVE: List scripts returned no scripts</b>");
diff --git a/debian/patches/series b/debian/patches/series
index 8be639b..97edc12 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -21,6 +21,7 @@
1016_allow-same-user-ids-as-adduser.patch
1017_get-ogroups-ou-fix.patch
1018_no-item-multiplication-on-duplicate-search-results.patch
+1019_fix-various-typos.patch
2001_fix-smarty-location.patch
2002_fix-template-location.patch
2003_fix-class-mapping.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/gosa.git
More information about the debian-edu-commits
mailing list