From 3f6da86e9fb9390d7c9f97769a79bddb265e43b4 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 30 Sep 2015 15:00:24 +0200 Subject: Fix typos Change-Id: I13c3dc33722f139582f27412d5d336264d3d15a3 Reviewed-on: https://gerrit.libreoffice.org/18942 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- cui/source/customize/acccfg.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cui/source/customize/acccfg.cxx') diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx index d8bf3d37b6c7..89e0cc223fa3 100644 --- a/cui/source/customize/acccfg.cxx +++ b/cui/source/customize/acccfg.cxx @@ -1254,7 +1254,7 @@ IMPL_LINK_NOARG_TYPED(SfxAcceleratorConfigPage, LoadHdl, sfx2::FileDialogHelper* else { // URL doesn't point to a loaded document, try to access it as a single storage - // dont forget to release the storage afterwards! + // don't forget to release the storage afterwards! uno::Reference xStorageFactory(embed::StorageFactory::create(m_xContext)); uno::Sequence lArgs(2); lArgs[0] <<= sCfgName; @@ -1284,7 +1284,7 @@ IMPL_LINK_NOARG_TYPED(SfxAcceleratorConfigPage, LoadHdl, sfx2::FileDialogHelper* } - // dont forget to close the new opened storage! + // don't forget to close the new opened storage! // We are the owner of it. if (xRootStorage.is()) { -- cgit