X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fdbus.idl;h=29cb46836096c5a95fe3dbd70bd3e498cea634d3;hb=047d17b55433dc092a008aab90a92dd62e2ca3cf;hp=e73c583708fbbbc76fd82ae9fe663d5a21607eaa;hpb=96d0da7e7ad216adf48ee43c826c9b37a311584f;p=profile%2Fivi%2Fautomotive-message-broker.git diff --git a/docs/dbus.idl b/docs/dbus.idl index e73c583..29cb468 100644 --- a/docs/dbus.idl +++ b/docs/dbus.idl @@ -15,9 +15,9 @@ * * \section basic_usage Basic Recommended Usage * -* It is recomended that the Manager interface be used to find the DBus Object that contains the +* It is recommended that the Manager interface be used to find the DBus Object that contains the * data type you need. This is done through the FindObject() call. It is expected that DBus -* Object Paths may change and so it is not appropriate to hard code DBus Object Paths. +* Object Paths may change and so it is not appropriate to hard code DBus Object Paths. * * \section example Usage Example * Here is a pseudo-code example of how the api is to be used: