diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-09-01 15:51:12 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-09-01 17:15:14 +0200 |
commit | 5aafb3db7e8316e8e5a8665d6161fda4d4588443 (patch) | |
tree | 0bc3169dcdcf36594c6e573d318f9e119a5e13bc /ucb | |
parent | ef8341f05ec79fcdac3b05b45659f5c98ff05edf (diff) |
Fix typos
Change-Id: I4496faa9ce7cad393bf06ca789099b045aea2741
Reviewed-on: https://gerrit.libreoffice.org/41785
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav-neon/webdavcontent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx index 16d0d910c5f5..7ac4add5c30b 100644 --- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx +++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx @@ -3991,7 +3991,7 @@ void Content::initOptsCacheLifeTime() { // see description in // officecfg/registry/schema/org/openoffice/Inet.xcs - // for use of these filed values. + // for use of these field values. sal_uInt32 nAtime; nAtime = officecfg::Inet::Settings::OptsCacheLifeImplWeb::get( m_xContext ); m_nOptsCacheLifeImplWeb = std::max( sal_uInt32( 0 ), |