From ba9b525ec1ecbe3e4972a46766930253504becfb Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 22 May 2018 16:00:23 +0200 Subject: Fix typos Change-Id: I5ad14286712e27e8d15174c9ed420bf93367d041 Reviewed-on: https://gerrit.libreoffice.org/54579 Reviewed-by: Julien Nabet Tested-by: Jenkins --- sal/osl/unx/profile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal/osl/unx/profile.cxx') diff --git a/sal/osl/unx/profile.cxx b/sal/osl/unx/profile.cxx index 9eee8ce54e0e..e1992da2416e 100644 --- a/sal/osl/unx/profile.cxx +++ b/sal/osl/unx/profile.cxx @@ -948,7 +948,7 @@ static osl_TFile* openFileImpl(const sal_Char* pszFilename, oslProfileOption Pro if (! bWriteable) { pFile->m_Handle = open(pszFilename, O_RDONLY); - /* mfe: argghh!!! do not check if the file could be openend */ + /* mfe: argghh!!! do not check if the file could be opened */ /* default mode expects it that way!!! */ } else -- cgit