diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-18 00:29:46 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-18 00:30:35 +0300 |
commit | 5fd534de054876486a9620eced5e27faeee9eb05 (patch) | |
tree | 3f6171b0f6fe46ed07e6146f7622cb468201724d /framework/source/inc | |
parent | 728ec86062c13c4994a15bf4bee810db7094c8bb (diff) |
Typo: s/gurantee/guarantee
Change-Id: I8bd7ca5896931fbf18bf8ae25b62ced9b420fe39
Diffstat (limited to 'framework/source/inc')
-rw-r--r-- | framework/source/inc/loadenv/loadenv.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx index 9b022cd86d97..d23f954615c6 100644 --- a/framework/source/inc/loadenv/loadenv.hxx +++ b/framework/source/inc/loadenv/loadenv.hxx @@ -288,7 +288,7 @@ public: a frame with a controller/model inside can be possible. For loading of a "non visible component" only an information about a successfully start can be provided. - Further it can't be guranteed, that the internal process runs synchronous. + Further it can't be guaranteed, that the internal process runs synchronous. Thats why we preferr using of specialized methods afterwards e.g. to: - wait till the internal job will be finished and get the results |