From 9dab46936659f2fe77987cdddf1d21c91a67a07e Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Fri, 25 Nov 2011 07:36:23 +0200 Subject: [PATCH] Fix typos: occured -> occurred. --- ui/annotwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/annotwindow.cpp b/ui/annotwindow.cpp index 7b2940f48..cf3aa9c20 100644 --- a/ui/annotwindow.cpp +++ b/ui/annotwindow.cpp @@ -319,12 +319,12 @@ void AnnotWindow::renderLatex( bool render ) renderLatex( false ); break; case GuiUtils::LatexRenderer::LatexFailed: - KMessageBox::detailedSorry( this, i18n( "A problem occured during the execution of the 'latex' command." ), latexOutput, i18n( "LaTeX rendering failed" ) ); + KMessageBox::detailedSorry( this, i18n( "A problem occurred during the execution of the 'latex' command." ), latexOutput, i18n( "LaTeX rendering failed" ) ); m_title->uncheckLatexButton(); renderLatex( false ); break; case GuiUtils::LatexRenderer::DvipngFailed: - KMessageBox::sorry( this, i18n( "A problem occured during the execution of the 'dvipng' command." ), i18n( "LaTeX rendering failed" ) ); + KMessageBox::sorry( this, i18n( "A problem occurred during the execution of the 'dvipng' command." ), i18n( "LaTeX rendering failed" ) ); m_title->uncheckLatexButton(); renderLatex( false ); break;