diff options
Diffstat (limited to 'test/test-init.c')
-rw-r--r-- | test/test-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-init.c b/test/test-init.c index 92fbc6b14659..aea49ee94288 100644 --- a/test/test-init.c +++ b/test/test-init.c @@ -57,7 +57,7 @@ main(int argc, char **argv) (void) WSAStartup(wVersionRequested, &wsaData); #endif - /* Initalize the event library */ + /* Initialize the event library */ event_init(); return (0); |