summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-01-24 18:53:37 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-01-24 18:53:37 +0100
commit58702f9a3c1435dc082f9aceea00f8804de34ff6 (patch)
tree0b957c9686646a8731fa4d9314cb66e21eb415fe /starmath
parentc2972964dcca294048888c7edd0400c49d1a9a2f (diff)
Typo: syncro->synchro
Change-Id: I0a377f3686e0f8d8f576aacbee49a392b039d3a5
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/view.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index 9a66da7c9e29..66025860d2a8 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -1990,7 +1990,7 @@ void SmViewShell::Activate( bool bIsMDIActivate )
{
//! Since there is no way to be informed if a "drag and drop"
//! event has taken place, we call SetText here in order to
- //! syncronize the GraphicWindow display with the text in the
+ //! synchronize the GraphicWindow display with the text in the
//! EditEngine.
SmDocShell *pDoc = GetDoc();
pDoc->SetText( pDoc->GetEditEngine().GetText( LINEEND_LF ) );