summaryrefslogtreecommitdiff
path: root/desktop/source/lib/init.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/lib/init.cxx')
-rw-r--r--desktop/source/lib/init.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 8fe6295d1321..03fc12f3d521 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1192,7 +1192,7 @@ static void aBasicErrorFunc(const OUString& rError, const OUString& rAction)
static bool initialize_uno(const OUString& aAppProgramURL)
{
#ifdef IOS
- // For iOS we already hardocde the inifile as "rc" in the .app directory.
+ // For iOS we already hardcode the inifile as "rc" in the .app directory.
(void) aAppProgramURL;
#elif defined MACOSX
rtl::Bootstrap::setIniFilename(aAppProgramURL + "/../Resources/" SAL_CONFIGFILE("soffice"));