diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-09 12:45:10 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:31:59 +0200 |
commit | b1b05309835474f025dc647eeba6945030e30b55 (patch) | |
tree | 2c81227087ed0fc921bc809fbe918d5bf607b99f /framework | |
parent | 2ada2b33757518891e002cd9372c6aa0c85b0a3f (diff) |
typo: independend -> independent
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 cba5dd5a347c..2b53e6d49b48 100644 --- a/framework/source/services/autorecovery.cxx +++ b/framework/source/services/autorecovery.cxx @@ -1354,7 +1354,7 @@ void SAL_CALL AutoRecovery::dispatch(const css::util::URL& } // disable/enable AutoSave for this office session only - // independend from the configuration entry. + // independent from the configuration entry. if ((eNewJob & AutoRecovery::E_SET_AUTOSAVE_STATE) == AutoRecovery::E_SET_AUTOSAVE_STATE) { bool bOn = lArgs.getUnpackedValueOrDefault(PROP_AUTOSAVE_STATE, sal_True); |