From 933cb63dcc51a15cab8ecebcbbe23ca258f90e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Corrius?= Date: Fri, 20 Jan 2012 15:50:14 +0100 Subject: [PATCH] Fix spelling typo --- shell/source/win32/shlxthandler/util/utilities.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/source/win32/shlxthandler/util/utilities.cxx b/shell/source/win32/shlxthandler/util/utilities.cxx index 6e540a03fd5c..214d63ee5967 100644 --- a/shell/source/win32/shlxthandler/util/utilities.cxx +++ b/shell/source/win32/shlxthandler/util/utilities.cxx @@ -150,7 +150,7 @@ bool HasOnlySpaces(const std::wstring& String) } //--------------------------------- -/** helper function to convert windows pathes to short form. +/** helper function to convert windows paths to short form. @returns shortend path. */