From ed1bbafad952694bf919b161a9e30b59ed7ac5f4 Mon Sep 17 00:00:00 2001 From: jkobus Date: Tue, 23 Apr 2013 10:51:35 +0200 Subject: [PATCH] Fix typo inside comment Change-Id: Ida0d5489b0c4890afd625be405a2fabdb6bc6748 Reviewed-by: Eike Ziller --- src/plugins/vcsbase/vcsbaseeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/vcsbase/vcsbaseeditor.cpp b/src/plugins/vcsbase/vcsbaseeditor.cpp index e264198b1f6..d1cebdce972 100644 --- a/src/plugins/vcsbase/vcsbaseeditor.cpp +++ b/src/plugins/vcsbase/vcsbaseeditor.cpp @@ -1057,7 +1057,7 @@ static inline bool checkChunkLine(const QString &line, int *modifiedLineNumber, if (endPos == -1) return false; // the first chunk range applies to the original file, the second one to - // the modified file, the one we're interested int + // the modified file, the one we're interested in const int plusPos = line.indexOf(QLatin1Char('+'), len); if (plusPos == -1 || plusPos > endPos) return false;