diff options
Diffstat (limited to 'testcode/asynclook.c')
-rw-r--r-- | testcode/asynclook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcode/asynclook.c b/testcode/asynclook.c index 43e1dccf5b78..96cb2e3b2613 100644 --- a/testcode/asynclook.c +++ b/testcode/asynclook.c @@ -470,7 +470,7 @@ int main(int argc, char** argv) return 1; } - /* perform asyncronous calls */ + /* perform asynchronous calls */ num_wait = argc; for(i=0; i<argc; i++) { lookups[i].name = argv[i]; |