diff options
Diffstat (limited to 'src/include/ndpi_api.h.in')
-rw-r--r-- | src/include/ndpi_api.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/ndpi_api.h.in b/src/include/ndpi_api.h.in index 8163c0553..65d06fafc 100644 --- a/src/include/ndpi_api.h.in +++ b/src/include/ndpi_api.h.in @@ -180,7 +180,7 @@ extern "C" { * Returns a new initialized detection module * Note that before you can use it you can still load * hosts and do other things. As soon as you are ready to use - * it do not forget to call first ndpi_finalize_initalization() + * it do not forget to call first ndpi_finalize_initialization() * * You can call this function multiple times, (i.e. to create multiple * indipendent detection contexts) but all these calls MUST NOT run @@ -198,7 +198,7 @@ extern "C" { * @par ndpi_str = the struct created for the protocol detection * */ - void ndpi_finalize_initalization(struct ndpi_detection_module_struct *ndpi_str); + void ndpi_finalize_initialization(struct ndpi_detection_module_struct *ndpi_str); /** * Frees the dynamic memory allocated members in the specified flow |