summaryrefslogtreecommitdiff
path: root/src/core/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/init.h')
-rw-r--r--src/core/init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/init.h b/src/core/init.h
index 7875ba4c..4340b15b 100644
--- a/src/core/init.h
+++ b/src/core/init.h
@@ -15,7 +15,7 @@
#include "core/nng_impl.h"
// nni_init is called each time the user enters the library. It ensures that
-// the library is initlialized properly, and also deals with checks such as
+// the library is initialized properly, and also deals with checks such as
// whether the process has forked since last initialization.
int nni_init(void);