diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-10-02 09:57:58 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-10-06 19:12:42 +0000 |
commit | 7154aece1fdc3ea5049ba2d91ce929a14d139056 (patch) | |
tree | ebcc9a575a77da4984e4c6d081b25a428a9b8ae2 /desktop/unx/source/splashx.c | |
parent | 4c2339d8177d610cc23619e787c1517ce8e8afd7 (diff) |
Fix typos
Change-Id: Ia6246bb6d37a0ec1ac53a4cb095bfd6fd15f873d
Reviewed-on: https://gerrit.libreoffice.org/18945
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'desktop/unx/source/splashx.c')
-rw-r--r-- | desktop/unx/source/splashx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/unx/source/splashx.c b/desktop/unx/source/splashx.c index db9e01e2f907..44e6b8c59a1e 100644 --- a/desktop/unx/source/splashx.c +++ b/desktop/unx/source/splashx.c @@ -588,7 +588,7 @@ static void splash_load_defaults( struct splash* splash, rtl_uString* pAppPath, pos[2] = { -1, -1 }, size[2] = { -1, -1 }; - /* costruct the sofficerc file location */ + /* construct the sofficerc file location */ rtl_uString_newFromAscii( &pSettings, "file://" ); rtl_uString_newConcat( &pSettings, pSettings, pAppPath ); rtl_uString_newConcat( &pSettings, pSettings, pTmp ); |