From a09cbc0b1cfe17d109610f169a68bd117c9e96b8 Mon Sep 17 00:00:00 2001
From: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Date: Fri, 7 Sep 2012 15:04:26 +0200
Subject: [PATCH] Another spelling error in text editor settings.

Change-Id: Ifab9dc9b6910c39d4d71b95760b1ad9d5565fc1b
Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
---
 src/plugins/texteditor/texteditorsettings.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/texteditor/texteditorsettings.cpp b/src/plugins/texteditor/texteditorsettings.cpp
index 3d31cd24e3a..2cae2f425d2 100644
--- a/src/plugins/texteditor/texteditorsettings.cpp
+++ b/src/plugins/texteditor/texteditorsettings.cpp
@@ -228,7 +228,7 @@ TextEditorSettings::TextEditorSettings(QObject *parent)
                                          tr("Operators. (for example operator++ operator-=)")));
     formatDescr.append(FormatDescription(C_PREPROCESSOR, tr("Preprocessor"),
                                          tr("Preprocessor directives."), Qt::darkBlue));
-    formatDescr.append(FormatDescription(C_LABEL, tr("Label"), tr("Labels for goto steatments."),
+    formatDescr.append(FormatDescription(C_LABEL, tr("Label"), tr("Labels for goto statements."),
                                          Qt::darkRed));
     formatDescr.append(FormatDescription(C_COMMENT, tr("Comment"),
                                          tr("All style of comments except Doxygen comments."),
-- 
GitLab