OSDN Git Service

[core] ;
authorcaprice <caprice@users.sourceforge.jp>
Wed, 24 Jul 2013 10:10:47 +0000 (19:10 +0900)
committercaprice <caprice@users.sourceforge.jp>
Wed, 24 Jul 2013 10:10:47 +0000 (19:10 +0900)
* optimize_database() : typoの修正

core/include/GikoMona.hpp

index 59ac41d..60f0980 100644 (file)
@@ -20,7 +20,7 @@ namespace core {
 
 bool init_core();
 void done_core() noexcept ;
-void optimize_datebase(const boost::filesystem::path& db_path);
+void optimize_database(const boost::filesystem::path& db_path);
 
 }