summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2017-08-25 15:15:45 +0300
committerOrgad Shaneh <orgads@gmail.com>2017-08-26 17:39:45 +0000
commit3635b78c548c53d50b98c63b581556e5a2b3b1a4 (patch)
treebce4e80561c51864eb189fb97320d5f58d7992e8 /src
parente8b9a17a3bd770f6bf1bc8f4e0586565acf425e2 (diff)
QFileInfo: Fix typo in doc
Change-Id: Id1051f08a870461b172b646c126eb44e8addc114 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/io/qfileinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qfileinfo.cpp b/src/corelib/io/qfileinfo.cpp
index 12fd7d3048..11c1e45e63 100644
--- a/src/corelib/io/qfileinfo.cpp
+++ b/src/corelib/io/qfileinfo.cpp
@@ -1117,7 +1117,7 @@ bool QFileInfo::isRoot() const
\since 4.2
Returns the absolute path to the file or directory a symlink (or shortcut
- on Windows) points to, or a an empty string if the object isn't a symbolic
+ on Windows) points to, or an empty string if the object isn't a symbolic
link.
This name may not represent an existing file; it is only a string.