technology: return already enabled when tethering is enabled
[framework/connectivity/connman.git] / doc / plugin-api.txt
index e329ced..b39c043 100644 (file)
@@ -7,7 +7,7 @@ Plugin basics
 
 The Connection Manager supports plugins for various actions. The basic plugin
 contains of plugin description via CONNMAN_PLUGIN_DEFINE and also init/exit
-callbacks definied through that description.
+callbacks defined through that description.
 
 #include <connman/plugin.h>
 
@@ -20,5 +20,5 @@ static void example_exit(void)
 {
 }
 
-CONNMAN_PLUGIN_DEFINE(example, "Example plugin", VERSION,
+CONNMAN_PLUGIN_DEFINE(example, "Example plugin", CONNMAN_VERSION,
                                                example_init, example_exit)