aboutsummaryrefslogtreecommitdiff
path: root/doc/HACKING
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-04-12 21:36:28 +0000
committerRoger Dingledine <arma@torproject.org>2008-04-12 21:36:28 +0000
commit67916707b54bfe89ad766bc0a8aff30fa75c81a6 (patch)
treeb0d559a8875c1a7107ba74eced52e09e145d237b /doc/HACKING
parent963d281ed52bed9dd716da56a3c51c7b62c68ed6 (diff)
downloadtor-67916707b54bfe89ad766bc0a8aff30fa75c81a6.tar
tor-67916707b54bfe89ad766bc0a8aff30fa75c81a6.tar.gz
are we really that bad at speeling?
svn:r14364
Diffstat (limited to 'doc/HACKING')
-rw-r--r--doc/HACKING2
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.)