]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix typo in tinytest_demo
authorSteven Murdoch <Steven.Murdoch@cl.cam.ac.uk>
Fri, 25 Jun 2010 16:09:06 +0000 (17:09 +0100)
committerNick Mathewson <nickm@torproject.org>
Fri, 25 Jun 2010 16:40:33 +0000 (12:40 -0400)
src/test/tinytest_demo.c

index 0117176eb4db6b4d33cea9ada15dde28c76b91fe..bd33cc37facd0c75a53ef88784e8b58259f1806e 100644 (file)
@@ -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. */