summaryrefslogtreecommitdiffstats
path: root/desktop/unx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-10-02 09:57:58 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-10-06 19:12:42 +0000
commit7154aece1fdc3ea5049ba2d91ce929a14d139056 (patch)
treeebcc9a575a77da4984e4c6d081b25a428a9b8ae2 /desktop/unx
parentsimplify (diff)
downloadcore-7154aece1fdc3ea5049ba2d91ce929a14d139056.tar.gz
core-7154aece1fdc3ea5049ba2d91ce929a14d139056.zip
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')
-rw-r--r--desktop/unx/source/splashx.c2
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 );