From c736fb25c7552cb5d72eb104b03e88ed0a93255d Mon Sep 17 00:00:00 2001 From: Ievgenii Meshcheriakov Date: Fri, 20 Aug 2021 12:07:20 +0200 Subject: QUrl: Fix typos in the documentation URLs can contain underscores, not "undercores". Pick-to: 6.2 Change-Id: I000ed89649cee0e7c6f283f2d930097961379445 Reviewed-by: Edward Welbourne Reviewed-by: Paul Wicking --- src/corelib/io/qurl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/corelib/io/qurl.cpp') diff --git a/src/corelib/io/qurl.cpp b/src/corelib/io/qurl.cpp index 72d4c99abe..a8e93d0bee 100644 --- a/src/corelib/io/qurl.cpp +++ b/src/corelib/io/qurl.cpp @@ -1803,7 +1803,7 @@ inline void QUrlPrivate::validate() const Constructs a URL by parsing \a url. QUrl will automatically percent encode all characters that are not allowed in a URL and decode the percent-encoded sequences that represent an unreserved character (letters, digits, hyphens, - undercores, dots and tildes). All other characters are left in their + underscores, dots and tildes). All other characters are left in their original forms. Parses the \a url using the parser mode \a parsingMode. In TolerantMode @@ -1907,7 +1907,7 @@ void QUrl::clear() Parses \a url and sets this object to that value. QUrl will automatically percent encode all characters that are not allowed in a URL and decode the percent-encoded sequences that represent an unreserved character (letters, - digits, hyphens, undercores, dots and tildes). All other characters are + digits, hyphens, underscores, dots and tildes). All other characters are left in their original forms. Parses the \a url using the parser mode \a parsingMode. In TolerantMode -- cgit v1.2.3