From c94d72e65f79402f7e0e37e779581ae10798bac7 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 29 Mar 2015 19:20:22 +0300 Subject: typo fix --- server/include/modules_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/include/modules_handler.h') 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 &modules); std::string get_self_path(); std::string self_path; -- cgit v1.2.3