diff options
author | Steven Murdoch <Steven.Murdoch@cl.cam.ac.uk> | 2010-06-25 17:09:06 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-06-25 12:40:33 -0400 |
commit | 43ab747fe4ee4240cdecc4acff2c7bcb278daebc (patch) | |
tree | baa2c677f87deca915bbccef193844c14e6d5295 /src/test | |
parent | 8e1bf98f4a36d54ccb0ca8b30e9c66d0935ba97c (diff) | |
download | tor-43ab747fe4ee4240cdecc4acff2c7bcb278daebc.tar tor-43ab747fe4ee4240cdecc4acff2c7bcb278daebc.tar.gz |
Fix typo in tinytest_demo
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/tinytest_demo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/tinytest_demo.c b/src/test/tinytest_demo.c index 0117176eb..bd33cc37f 100644 --- a/src/test/tinytest_demo.c +++ b/src/test/tinytest_demo.c @@ -86,7 +86,7 @@ test_strcmp(void *data) /* Now let's mess with setup and teardown functions! These are handy if you have a bunch of tests that all need a similar environment, and you - wnat to reconstruct that environment freshly for each one. */ + want to reconstruct that environment freshly for each one. */ /* First you declare a type to hold the environment info, and functions to set it up and tear it down. */ |