From c6c5754e30dd2082b79651d10599c5cf0b0533b3 Mon Sep 17 00:00:00 2001 From: Guanqun Lu Date: Sat, 7 Oct 2017 21:52:10 -0500 Subject: [PATCH] typo fix --- include/appbase/plugin.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/appbase/plugin.hpp b/include/appbase/plugin.hpp index 26f4372e4..bf0857269 100644 --- a/include/appbase/plugin.hpp +++ b/include/appbase/plugin.hpp @@ -29,7 +29,7 @@ namespace appbase { public: enum state { registered, ///< the plugin is constructed but doesn't do anything - initialized, ///< the plugin has initlaized any state required but is idle + initialized, ///< the plugin has initialized any state required but is idle started, ///< the plugin is actively running stopped ///< the plugin is no longer running };