From 67916707b54bfe89ad766bc0a8aff30fa75c81a6 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 12 Apr 2008 21:36:28 +0000 Subject: [PATCH] are we really that bad at speeling? svn:r14364 --- doc/HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/HACKING b/doc/HACKING index 397c11febf..43497db843 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.)