From b66950b342417d38b2f2992053b58ef59a84400b Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 14 Mar 2014 12:21:25 +0100 Subject: Fix typos in QRegExp documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I80bce716ac1c161fd87291ecdbf21eb8f3f25e5a Reviewed-by: André Hartmann Reviewed-by: Oswald Buddenhagen --- src/corelib/tools/qregexp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/corelib/tools/qregexp.cpp b/src/corelib/tools/qregexp.cpp index d2b5adc974..cadf2da019 100644 --- a/src/corelib/tools/qregexp.cpp +++ b/src/corelib/tools/qregexp.cpp @@ -133,8 +133,8 @@ int qFindString(const QChar *haystack, int haystackLen, int from, or \b{5}. An expression can also be a set of characters enclosed in square brackets. \b{[ABCD]} will match an \b{A} or a \b{B} or a \b{C} or a \b{D}. We can write this same - expression as \b{[A-D]}, and an experession to match any - captital letter in the English alphabet is written as + expression as \b{[A-D]}, and an expression to match any + capital letter in the English alphabet is written as \b{[A-Z]}. A quantifier specifies the number of occurrences of an expression -- cgit v1.2.3