[Pkg-privacy-commits] [onioncat] 313/340: New patch: 0001-Fix-typo-in-debug-message.patch.
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:04:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository onioncat.
commit 0c407825daa4e15dac21088dd014858b8fe84436
Author: intrigeri <intrigeri at boum.org>
Date: Sat Jul 6 12:34:00 2013 +0000
New patch: 0001-Fix-typo-in-debug-message.patch.
---
.../patches/0001-Fix-typo-in-debug-message.patch | 22 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 23 insertions(+)
diff --git a/debian/patches/0001-Fix-typo-in-debug-message.patch b/debian/patches/0001-Fix-typo-in-debug-message.patch
new file mode 100644
index 0000000..30fde19
--- /dev/null
+++ b/debian/patches/0001-Fix-typo-in-debug-message.patch
@@ -0,0 +1,22 @@
+From: intrigeri <intrigeri at boum.org>
+Date: Sat, 6 Jul 2013 12:33:29 +0000
+Subject: Fix typo in debug message.
+Forwarded: yes
+
+---
+ src/ocatlibe.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/ocatlibe.c b/src/ocatlibe.c
+index 60a7d91..fade3c9 100644
+--- a/src/ocatlibe.c
++++ b/src/ocatlibe.c
+@@ -134,7 +134,7 @@ int strsockaddr(const char *src, struct sockaddr *addr)
+ return AF_INET;
+
+ default:
+- log_debug("adress family 0x%04x not supported", ((struct sockaddr_in*) addr)->sin_family);
++ log_debug("address family 0x%04x not supported", ((struct sockaddr_in*) addr)->sin_family);
+ return -1;
+ }
+ }
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1d719ab
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Fix-typo-in-debug-message.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onioncat.git
More information about the Pkg-privacy-commits
mailing list