summaryrefslogtreecommitdiff
path: root/server/include
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2015-03-29 19:20:22 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2015-03-29 19:20:22 +0300
commitc94d72e65f79402f7e0e37e779581ae10798bac7 (patch)
treece909eb5baaab642e11a0a847894b8984be0f88a /server/include
parentc8a7af2c1813cd0ae22d4015c8a9f4ee4859bf56 (diff)
typo fix
Diffstat (limited to 'server/include')
-rw-r--r--server/include/modules_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/include/modules_handler.h b/server/include/modules_handler.h
index d174aca..c5e91b4 100644
--- a/server/include/modules_handler.h
+++ b/server/include/modules_handler.h
@@ -38,7 +38,7 @@ class modules_handler
void load_metadata_modules(const std::string &path);
void load_downloader_modules(const std::string &path);
void sync_module_settings(module_base *m);
- void load_module_settings();
+ void load_modules_settings();
std::string list_modules_single_type_internal(const std::list<module_base*> &modules);
std::string get_self_path();
std::string self_path;