summaryrefslogtreecommitdiff
path: root/editeng/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-16 18:21:52 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 09:42:38 -0500
commitc0463d0d5225cdb21e3a8aaac5eac0fb7d961b41 (patch)
treef682b62fcd3821663b12e46216b63aa8a5cbf306 /editeng/source
parentf4d94eae4a8677a70d6b406ce26614e006ba8b66 (diff)
Fix typos
Reviewed-on: https://gerrit.libreoffice.org/16314 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit ae150c6a5424d021ce5eb46dc9573f12a4d05445) Change-Id: Ibfa971952cd330ddf430e7e951c5c235d2ae6bd8
Diffstat (limited to 'editeng/source')
-rw-r--r--editeng/source/editeng/editundo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/editundo.cxx b/editeng/source/editeng/editundo.cxx
index dc6309c122ef..523f8c6cc175 100644
--- a/editeng/source/editeng/editundo.cxx
+++ b/editeng/source/editeng/editundo.cxx
@@ -595,7 +595,7 @@ void EditUndoTransliteration::Undo()
EditSelection aSel = pEE->CreateSelection(aNewESel);
- // Insert text, but don't expand Atribs at the current position:
+ // Insert text, but don't expand Attribs at the current position:
aSel = pEE->DeleteSelected( aSel );
EditSelection aDelSel( aSel );
aSel = pEE->InsertParaBreak( aSel );