diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-04-27 19:01:08 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-04-27 19:01:08 +0200 |
commit | 41c0d52810b73c20711f2aa16e3a900617d1588a (patch) | |
tree | 624992906e64416d10f656e41c5cb68f646253bd /doc/HACKING | |
parent | 0c030b0b2fe03b68d03f6579c1c622d16ad27119 (diff) | |
download | tor-41c0d52810b73c20711f2aa16e3a900617d1588a.tar.gz tor-41c0d52810b73c20711f2aa16e3a900617d1588a.zip |
check-speces is a typo.
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 70bda65ab0..ac68a35a08 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -145,7 +145,7 @@ preference) Did you remember... - To build your code while configured with --enable-gcc-warnings? - - To run "make check-speces" on your code? + - To run "make check-spaces" on your code? - To write unit tests, as possible? - To base your code on the appropriate branch? - To include a file in the "changes" directory as appropriate? |