summaryrefslogtreecommitdiff
path: root/test/test-init.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-init.c')
-rw-r--r--test/test-init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-init.c b/test/test-init.c
index 92fbc6b1..aea49ee9 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);