summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 09:19:08 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:33:11 +0200
commit407a166a3215da7e23dd60d430332fe7d4324d46 (patch)
tree2d5d8e4e8c688c6eddc0d827bde512cd9b9cffdf
parent40bb0ab22bdfc1ec14536aee4745d552fe19d2f8 (diff)
typo: synch -> sync
-rw-r--r--sw/source/core/doc/doccomp.cxx2
-rw-r--r--sw/source/core/uibase/inc/basesh.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/doc/doccomp.cxx b/sw/source/core/doc/doccomp.cxx
index eb1fcbd28892..1edebce5f26d 100644
--- a/sw/source/core/doc/doccomp.cxx
+++ b/sw/source/core/doc/doccomp.cxx
@@ -929,7 +929,7 @@ void Compare::ShiftBoundaries( CompareData& rData1, CompareData& rData2 )
pData->SetChanged( i );
/* Since one line-that-matches is now before this run
instead of after, we must advance in the other file
- to keep in synch. */
+ to keep in sync. */
++j;
}
else
diff --git a/sw/source/core/uibase/inc/basesh.hxx b/sw/source/core/uibase/inc/basesh.hxx
index f7317977425a..5bbdb896a775 100644
--- a/sw/source/core/uibase/inc/basesh.hxx
+++ b/sw/source/core/uibase/inc/basesh.hxx
@@ -42,7 +42,7 @@ class SwBaseShell: public SfxShell
// DragMode
static FlyMode eFrameMode;
- // Bug 75078 - if in GetState the asynch call of GetGraphic returns
+ // Bug 75078 - if in GetState the async call of GetGraphic returns
// synch, the set the state directly into the itemset
SfxItemSet* pGetStateSet;