[Pkg-privacy-commits] [onioncat] 231/241: typo fixed. thx to intrigeri.
Intrigeri
intrigeri at moszumanska.debian.org
Wed Aug 26 16:17:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to branch upstream-master
in repository onioncat.
commit b8021e4bdb4408e705f51dabd14bb3cef42396d6
Author: eagle <eagle at 58e1ccc2-750e-0410-8d0d-f93ca75ab447>
Date: Tue Jul 9 07:42:49 2013 +0000
typo fixed. thx to intrigeri.
git-svn-id: https://www.cypherpunk.at/svn/onioncat/trunk@560 58e1ccc2-750e-0410-8d0d-f93ca75ab447
---
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;
}
}
--
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