From 7bef1aa72271361921b452559bb5debe3bfcf925 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 2 Aug 2019 11:30:01 +0200 Subject: Fix typos Change-Id: Ie183c445bf8a545f59aac7b0e29f72ab679a6cf3 Reviewed-on: https://gerrit.libreoffice.org/76852 Tested-by: Jenkins Reviewed-by: Andrea Gelmini --- sal/osl/all/filepath.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal/osl/all') diff --git a/sal/osl/all/filepath.cxx b/sal/osl/all/filepath.cxx index ae917c6d90ed..afba01739b1b 100644 --- a/sal/osl/all/filepath.cxx +++ b/sal/osl/all/filepath.cxx @@ -93,7 +93,7 @@ oslFileError SAL_CALL osl_abbreviateSystemPath( rtl_uString *ustrSystemPath, rtl rtl_uString_newConcat( pustrCompacted, ustrPath, ustrFile ); - /* Event now if path was compacted to ".../..." it can be to large */ + /* Event now if path was compacted to ".../..." it can be too large */ uPathWidth += uFileWidth; -- cgit