diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-05-26 13:32:13 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-05-27 10:12:35 +0200 |
commit | 6e36ec6706260ea82f72b4a32b55d69fde3aa48c (patch) | |
tree | d6d52db33afb33c5ab4677576a5cbf5b7db64a55 /shell | |
parent | 91cd384e8fb77db88bf75a9fc3b3213724cfc36d (diff) |
Fix typos
Change-Id: I907e5dbcd7c62344c2c76fe2fdaf1b18ecfecee1
Reviewed-on: https://gerrit.libreoffice.org/54838
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/shlxthandler/util/utilities.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |