diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-03-29 19:20:22 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-03-29 19:20:22 +0300 |
commit | c94d72e65f79402f7e0e37e779581ae10798bac7 (patch) | |
tree | ce909eb5baaab642e11a0a847894b8984be0f88a /server/include | |
parent | c8a7af2c1813cd0ae22d4015c8a9f4ee4859bf56 (diff) |
typo fix
Diffstat (limited to 'server/include')
-rw-r--r-- | server/include/modules_handler.h | 2 |
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; |