diff options
author | Roger Dingledine <arma@torproject.org> | 2006-03-09 00:10:28 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-03-09 00:10:28 +0000 |
commit | 0f39033b9f72dc708333c4b0868f91fd4738b154 (patch) | |
tree | 623b8a0f4ba772971940403d68cf9e231a408d29 /src/or/main.c | |
parent | dadb34613606daae4d33d7a6f5efe36171c91dee (diff) | |
download | tor-0f39033b9f72dc708333c4b0868f91fd4738b154.tar.gz tor-0f39033b9f72dc708333c4b0868f91fd4738b154.zip |
clean up typo
svn:r6103
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index 83413da79f..9bcd31b9b3 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1278,7 +1278,7 @@ signal_callback(int fd, short events, void *arg) } /** - * Write current memory uusage information to the log. + * Write current memory usage information to the log. */ static void dumpmemusage(int severity) |