From 52b827d11b501511b0ec5c2ee9a395e2adcaf0d8 Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 13 Sep 2013 11:22:13 +0200 Subject: Fix typo in note on symlink behavior of QFileInfo::exists Change-Id: Iacd957cd9cd04e9153efd826bb42d872f8963f75 Reviewed-by: Konstantin Ritt --- src/corelib/io/qfileinfo.cpp | 4 ++-- 1 file 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 { -- cgit v1.2.3