From: Steven Murdoch Date: Fri, 25 Jun 2010 16:09:06 +0000 (+0100) Subject: Fix typo in tinytest_demo X-Git-Tag: tor-0.2.2.14-alpha~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=43ab747fe4ee4240cdecc4acff2c7bcb278daebc;p=thirdparty%2Ftor.git Fix typo in tinytest_demo --- diff --git a/src/test/tinytest_demo.c b/src/test/tinytest_demo.c index 0117176eb4..bd33cc37fa 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. */