diff options
author | Roger Dingledine <arma@torproject.org> | 2008-04-12 21:36:28 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-04-12 21:36:28 +0000 |
commit | 67916707b54bfe89ad766bc0a8aff30fa75c81a6 (patch) | |
tree | b0d559a8875c1a7107ba74eced52e09e145d237b /doc/HACKING | |
parent | 963d281ed52bed9dd716da56a3c51c7b62c68ed6 (diff) | |
download | tor-67916707b54bfe89ad766bc0a8aff30fa75c81a6.tar tor-67916707b54bfe89ad766bc0a8aff30fa75c81a6.tar.gz |
are we really that bad at speeling?
svn:r14364
Diffstat (limited to 'doc/HACKING')
-rw-r--r-- | doc/HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HACKING b/doc/HACKING index 397c11feb..43497db84 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -100,7 +100,7 @@ valgrind --leak-check=yes --error-limit=no --show-reachable=yes src/or/tor 1. Begin every file that should be documented with /** * \file filename.c - * \brief Short desccription of the file. + * \brief Short description of the file. **/ (Doxygen will recognize any comment beginning with /** as special.) |