From 231fec7ca2f61da7d94c8aa072b41fd7ee893861 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 9 Oct 2021 15:06:03 +0200 Subject: corelib: Fix typos in source code comments Pick-to: 6.2 Change-Id: Ic78afb67143112468c6f84677ac88f27a74b53aa Reviewed-by: Edward Welbourne --- src/corelib/io/qtemporaryfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/io/qtemporaryfile.cpp') diff --git a/src/corelib/io/qtemporaryfile.cpp b/src/corelib/io/qtemporaryfile.cpp index 1e7e67b625..54d7462883 100644 --- a/src/corelib/io/qtemporaryfile.cpp +++ b/src/corelib/io/qtemporaryfile.cpp @@ -198,7 +198,7 @@ QFileSystemEntry::NativePath QTemporaryFileName::generateNext() Generates a unique file path from the template \a templ and creates a new file based based on those parameters: the \c templ.length characters in \c - templ.path starting at \c templ.pos will be replacd by a random sequence of + templ.path starting at \c templ.pos will be replaced by a random sequence of characters. \a mode specifies the file mode bits (not used on Windows). Returns true on success and sets the file handle on \a file. On error, -- cgit v1.2.3