diff options
author | Roger WANG <roger.wang@intel.com> | 2009-08-05 09:53:42 +0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-08-05 08:53:55 -0700 |
commit | e878311190ce16c61757b531d228301c5a561456 (patch) | |
tree | 424f85dd9882b832b33c7b78be16a56ec883b31c /doc | |
parent | 2690cb17a709c408105c3bb0e5815e5cb0aed818 (diff) | |
download | connman-e878311190ce16c61757b531d228301c5a561456.tar.gz connman-e878311190ce16c61757b531d228301c5a561456.tar.bz2 connman-e878311190ce16c61757b531d228301c5a561456.zip |
Fix typo in overview document
Diffstat (limited to 'doc')
-rw-r--r-- | doc/overview-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/overview-api.txt b/doc/overview-api.txt index 1f8ed2ba..97677aea 100644 --- a/doc/overview-api.txt +++ b/doc/overview-api.txt @@ -408,5 +408,5 @@ gives detailed information about the current progress. print properties["State"] All state changes are also send via the PropertyChanged signal on the -service interface. This allows asynchronous monitoring with having to poll +service interface. This allows asynchronous monitoring without having to poll Connection Manager for changes. |