diff options
author | Robert Loehning <robert.loehning@digia.com> | 2012-10-05 21:07:45 +0200 |
---|---|---|
committer | Robert Loehning <robert.loehning@digia.com> | 2012-10-08 13:34:18 +0200 |
commit | bdceb60dd0a020f12619d15c2df33e6bf618b53e (patch) | |
tree | fe4b6d3cdef3a103472d7f58105b7ebce869aa4a /doc | |
parent | f0e40373d2e414c35458a75ef1bf81bc094ce5a7 (diff) | |
download | qt-creator-bdceb60dd0a020f12619d15c2df33e6bf618b53e.tar.gz |
Fixed "can not"
Change-Id: I1ebfee92df0f4bd2e9520a4e831352b780d6b556
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/plugin-specifications.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/plugin-specifications.qdoc b/doc/api/plugin-specifications.qdoc index db2f43a77d..0f8a114ecf 100644 --- a/doc/api/plugin-specifications.qdoc +++ b/doc/api/plugin-specifications.qdoc @@ -177,7 +177,7 @@ \list \o If the dependency can be resolved, the plugin and its dependency are loaded and initialized as for \c required dependencies. - \o If the dependency can not be resolved, the plugin is loaded and initialized + \o If the dependency cannot be resolved, the plugin is loaded and initialized as if the dependency was not declared at all. \endlist |