]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix typo in a comment
authorSebastian Hahn <sebastian@torproject.org>
Mon, 19 Oct 2009 08:59:25 +0000 (10:59 +0200)
committerSebastian Hahn <sebastian@torproject.org>
Sat, 12 Dec 2009 01:53:27 +0000 (02:53 +0100)
src/common/util.c

index 989efd9581486cb2e336b9e885cecb832cd50c36..a25d3d16ae8d76cefed8a69c98fb0c59e2cbef02 100644 (file)
@@ -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.)
  */