[or-cvs] [tor/master] Fix typo in a comment
Nick Mathewson
nickm at seul.org
Sat Dec 12 07:10:49 UTC 2009
Author: Sebastian Hahn <sebastian at torproject.org>
Date: Mon, 19 Oct 2009 10:59:25 +0200
Subject: Fix typo in a comment
Commit: 28b29e0fd7a81e4e36e3c133c7a98d0d9021ccfc
---
src/common/util.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/common/util.c b/src/common/util.c
index 989efd9..a25d3d1 100644
--- a/src/common/util.c
+++ b/src/common/util.c
@@ -2451,7 +2451,7 @@ tor_vsscanf(const char *buf, const char *pattern, va_list ap)
* long widths. %u does not consume any space. Is locale-independent.
* Returns -1 on malformed patterns.
*
- * (As with other local-independent functions, we need this to parse data that
+ * (As with other locale-independent functions, we need this to parse data that
* is in ASCII without worrying that the C library's locale-handling will make
* miscellaneous characters look like numbers, spaces, and so on.)
*/
--
1.5.6.5
More information about the tor-commits
mailing list