[proftpd-dfsg] 01/01: Fixed spelling errors
Francesco Lovergine
frankie at moszumanska.debian.org
Tue Jan 9 16:32:30 UTC 2018
This is an automated email from the git hooks/post-receive script.
frankie pushed a commit to branch master
in repository proftpd-dfsg.
commit 697fea201c05fd3c9c6aa3052562f30939952013
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date: Tue Jan 9 17:32:12 2018 +0100
Fixed spelling errors
---
debian/changelog | 1 +
debian/patches/series | 1 +
debian/patches/spelling_errors | 60 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 62 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 42bcf15..a638961 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ proftpd-dfsg (1.3.5e-1) unstable; urgency=medium
- Do not invoke /etc/init.d script even as fallback as for 4.0.0
* Removed obsolete code to manage migration from version 1.2.9 in preinst.
* Fixed target in recent NEWS file issue to make lintian happy.
+ * Fixed various spelling errors with new patch.
-- Francesco Paolo Lovergine <frankie at debian.org> Fri, 05 Jan 2018 10:03:40 +0100
diff --git a/debian/patches/series b/debian/patches/series
index b1b7fae..980dee2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -14,3 +14,4 @@ contrib_hardening_flags
FTBS_on_Hurd
reproducible_build
not_read_whole_passwd_db
+spelling_errors
diff --git a/debian/patches/spelling_errors b/debian/patches/spelling_errors
new file mode 100644
index 0000000..4d64535
--- /dev/null
+++ b/debian/patches/spelling_errors
@@ -0,0 +1,60 @@
+Description: Fixed some spelling errors in sources
+Author: Francesco Paolo Lovergine <frankie at debian.org>
+Last-Update: 2017-01-09
+Forwarded: https://github.com/proftpd/proftpd/pull/666
+
+--- proftpd-dfsg.orig/contrib/mod_sftp/date.c
++++ proftpd-dfsg/contrib/mod_sftp/date.c
+@@ -126,7 +126,7 @@
+ case '?':
+ /* Ignore unsupported options */
+ (void) pr_log_writefile(sftp_logfd, MOD_SFTP_VERSION,
+- "ingoring supported date(1) option '%c'", (char) optopt);
++ "ignoring supported date(1) option '%c'", (char) optopt);
+ break;
+ }
+ }
+--- proftpd-dfsg.orig/contrib/mod_sftp/keys.c
++++ proftpd-dfsg/contrib/mod_sftp/keys.c
+@@ -938,7 +938,7 @@
+
+ if (sftp_keys_validate_ecdsa_params(curve, point) < 0) {
+ (void) pr_log_writefile(sftp_logfd, MOD_SFTP_VERSION,
+- "erorr validating EC public key: %s", strerror(errno));
++ "error validating EC public key: %s", strerror(errno));
+ EC_POINT_free(point);
+ EC_KEY_free(ec);
+ return NULL;
+--- proftpd-dfsg.orig/contrib/mod_tls.c
++++ proftpd-dfsg/contrib/mod_tls.c
+@@ -1332,7 +1332,7 @@
+ if (idx < 0) {
+ pr_trace_msg(trace_channel, 12,
+ "unable to check certificate CommonName against '%s': "
+- "no CommoName atribute found", name);
++ "no CommoName attribute found", name);
+ return 0;
+ }
+
+--- proftpd-dfsg.orig/doc/utils/ftpwho.html
++++ proftpd-dfsg/doc/utils/ftpwho.html
+@@ -13,7 +13,7 @@
+
+ The <B>ftpwho</B> command shows process information for all active proftpd
+ connections, and a count of all connected users off of each server. Proftpd
+-sesssions spawned from inetd are counted seperately from those created by a
++sessions spawned from inetd are counted seperately from those created by a
+ master proftpd <I>standalone</I> server.
+
+ <H2>OPTIONS</H2>
+--- proftpd-dfsg.orig/utils/ftpwho.1.in
++++ proftpd-dfsg/utils/ftpwho.1.in
+@@ -10,7 +10,7 @@
+ The
+ .BI ftpwho
+ command shows process information for all active proftpd connections,
+-and a count of all connected users off of each server. Proftpd sesssions
++and a count of all connected users off of each server. Proftpd sessions
+ spawned from inetd are counted separately from those created by a
+ master proftpd
+ .I standalone
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-proftpd/proftpd-dfsg.git
More information about the Pkg-proftpd-maintainers
mailing list