diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-10-12 19:48:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-10-12 19:48:26 -0400 |
commit | 45d7fb44c44867f2c44752935663547a3e8d85dd (patch) | |
tree | cff4c33da503233317020e61cedc0da5ec25ebc7 /src/ext | |
parent | e3c746384a2c50e9a2b853456040cdc732d72b57 (diff) | |
download | tor-45d7fb44c44867f2c44752935663547a3e8d85dd.tar tor-45d7fb44c44867f2c44752935663547a3e8d85dd.tar.gz |
typo in src/ext/README; caught by rransom (thanks!)
Diffstat (limited to 'src/ext')
-rw-r--r-- | src/ext/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/README b/src/ext/README index 2c303c106..07db3c133 100644 --- a/src/ext/README +++ b/src/ext/README @@ -24,7 +24,7 @@ ht.h tree.h. Shared with Libevent. tinytest.[ch] -tinydest_demos.c +tinytest_demos.c tinytest_macros.h A unit testing framework. https://github.com/nmathewson/tinytest |