diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-13 15:52:56 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-06-13 14:51:15 +0000 |
commit | 1f408db49740f8cc6ba67d72b54f49d2e4fdae9b (patch) | |
tree | 9c69f0c29184240836c93019ef44de839bdcee01 /framework | |
parent | c1fc84ac140d519e0bfa7a607e36771682b08eed (diff) |
Fix typos
Change-Id: Ifaa52b49b717d893846fc1e7ae4ac50735f824ac
Reviewed-on: https://gerrit.libreoffice.org/16260
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/services/autorecovery.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx index 8f982328afae..1d741efe648c 100644 --- a/framework/source/services/autorecovery.cxx +++ b/framework/source/services/autorecovery.cxx @@ -552,7 +552,7 @@ private: /** @short open the underlying configuration. @descr This method must be called every time - a configuartion call is needed. Because + a configuration call is needed. Because method works together with the member m_xCFG, open it on demand and cache it afterwards. |