summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/corelib/io/qfileinfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/io/qfileinfo.cpp b/src/corelib/io/qfileinfo.cpp
index addcd772ab..93444cb47c 100644
--- a/src/corelib/io/qfileinfo.cpp
+++ b/src/corelib/io/qfileinfo.cpp
@@ -650,8 +650,8 @@ bool QFileInfo::makeAbsolute()
/*!
Returns true if the file exists; otherwise returns false.
- \note If the file is a symlink that points to a non existing
- file, false is returned.
+ \note If the file is a symlink that points to a non-existing
+ file, false is returned.
*/
bool QFileInfo::exists() const
{