From ae150c6a5424d021ce5eb46dc9573f12a4d05445 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 16 Jun 2015 18:21:52 +0200 Subject: Fix typos Change-Id: Ibfa971952cd330ddf430e7e951c5c235d2ae6bd8 Reviewed-on: https://gerrit.libreoffice.org/16314 Tested-by: Jenkins Reviewed-by: Michael Stahl --- editeng/source/editeng/editundo.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editeng/source') 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 ); -- cgit