summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-08-16 13:55:31 +0200
committerJens Carl <j.carl43@gmx.de>2018-08-16 23:50:54 +0200
commit57abecebc1b6c114b93fea34f133ac4eeb157dc3 (patch)
tree5d388d46c0386d835705b5f78b2765a11378a86c /desktop
parent436b829f5b904d76039db0818cff5dedf1ae89f1 (diff)
Fix typo: s/an other/another/g
Change-Id: I203c546cfca841e7853282267190e20b60919add Reviewed-on: https://gerrit.libreoffice.org/59098 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'desktop')
-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 3af3b54d015f..ddbdeaa4e5ba 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -2157,7 +2157,7 @@ static void doc_paintPartTile(LibreOfficeKitDocument* pThis,
int nViewId = nOrigViewId;
if (!isText)
{
- // Check if just switching to an other view is enough, that has
+ // Check if just switching to another view is enough, that has
// less side-effects.
if (nPart != doc_getPart(pThis))
{