DA: Add exception check for time logic
[platform/upstream/connman.git] / doc / plugin-api.txt
index ea5ec0a..8a6e0e8 100755 (executable)
@@ -6,7 +6,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
+contains a plugin description via CONNMAN_PLUGIN_DEFINE and also init/exit
 callbacks defined through that description.
 
 #include <connman/plugin.h>
@@ -157,7 +157,7 @@ associate the new Network with the existing Device entity (the local Bluetooth
 Adapter).
 
 Then in the vtable's connect method all the needed pieces to perform a
-connection shall be perfomed.
+connection shall be performed.
 
 To learn how to use the connman_network_*() functions such as
 connman_network_set_index() and connman_network_set_connected() see