Skip to content
Snippets Groups Projects
Commit db9bc142 authored by ilor's avatar ilor
Browse files

typo in comment

parent 1fc58667
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ bool load(const std::string &scope, const std::string &name, bool quiet)
}
return false;
}
// run plugin init function if it exiests
// run plugin init function if it exists
typedef void (*init_func_t)();
init_func_t init_func = reinterpret_cast<init_func_t>(
dlsym(handle, "pwrnlp_plugin_init"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment