summaryrefslogtreecommitdiff
path: root/src/or/control.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-02-08 07:24:15 +0000
committerNick Mathewson <nickm@torproject.org>2007-02-08 07:24:15 +0000
commit85d3c2fbaf42e20c32cda469b0f6b802b1a1a449 (patch)
treecd4940641b4223e05027466cc4a4634444f1e345 /src/or/control.c
parent1d67f3fcec5de8d93623713dde9b7e62e6770049 (diff)
downloadtor-85d3c2fbaf42e20c32cda469b0f6b802b1a1a449.tar.gz
tor-85d3c2fbaf42e20c32cda469b0f6b802b1a1a449.zip
r11702@catbus: nickm | 2007-02-08 02:10:19 -0500
Wow. Remember when I wrote that script to tell me about macros that were never used? Good times. svn:r9525
Diffstat (limited to 'src/or/control.c')
-rw-r--r--src/or/control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c
index a374944ec3..2aef65f1f5 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -59,7 +59,7 @@ const char control_c_id[] =
#define ERR_UNRECOGNIZED_EVENT_CODE 0x0006
#define ERR_UNAUTHORIZED 0x0007
#define ERR_REJECTED_AUTHENTICATION 0x0008
-#define ERR_RESOURCE_EXHAUSETED 0x0009
+#define ERR_RESOURCE_EXHAUSTED 0x0009
#define ERR_NO_STREAM 0x000A
#define ERR_NO_CIRC 0x000B
#define ERR_NO_ROUTER 0x000C