From 6e36ec6706260ea82f72b4a32b55d69fde3aa48c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 26 May 2018 13:32:13 +0200 Subject: Fix typos Change-Id: I907e5dbcd7c62344c2c76fe2fdaf1b18ecfecee1 Reviewed-on: https://gerrit.libreoffice.org/54838 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- shell/source/win32/shlxthandler/util/utilities.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/source/win32/shlxthandler/util/utilities.cxx b/shell/source/win32/shlxthandler/util/utilities.cxx index 3a7494b7cc97..2f498daae5c5 100644 --- a/shell/source/win32/shlxthandler/util/utilities.cxx +++ b/shell/source/win32/shlxthandler/util/utilities.cxx @@ -115,7 +115,7 @@ bool HasOnlySpaces(const std::wstring& String) /** helper function to convert windows paths to short form. @returns - shortend path. + shortened path. */ std::wstring getShortPathName( const std::wstring& aLongName ) -- cgit