diff options
author | Roger Dingledine <arma@torproject.org> | 2012-06-28 15:32:36 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-06-28 15:32:36 -0400 |
commit | 81cd3d7ad641a8dbf1076e011d209cfc3d6af2b0 (patch) | |
tree | 8ba791e78c42561b765049b506ca30e8d67b707d /src/common/util.c | |
parent | dd7a27d17e2240ed7f7fdf62116c009358224b5d (diff) | |
download | tor-81cd3d7ad641a8dbf1076e011d209cfc3d6af2b0.tar.gz tor-81cd3d7ad641a8dbf1076e011d209cfc3d6af2b0.zip |
add a blurb for 0.2.3.18-rc, other minor cleanups
Diffstat (limited to 'src/common/util.c')
-rw-r--r-- | 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 51d932146d..a0dff2e35b 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -3888,7 +3888,7 @@ tor_get_exit_code(const process_handle_t *process_handle, } /** Helper: return the number of characters in <b>s</b> preceding the first - * occurence of <b>ch</b>. If <b>ch</b> does not occur in <b>s</b>, return + * occurrence of <b>ch</b>. If <b>ch</b> does not occur in <b>s</b>, return * the length of <b>s</b>. Should be equivalent to strspn(s, "ch"). */ static INLINE size_t str_num_before(const char *s, char ch) |