diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-01-07 11:37:12 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-01-07 11:37:12 (GMT) |
commit | 67267842ce658d956f11d52194566b6de1f84f9a (patch) | |
tree | 5efbab1f89f2f0ae46a09dfdd4225394122ae8a0 /src/gui/text/qzip.cpp | |
parent | 84658ec4e650b12dcea6f886b530e66a195465cf (diff) | |
download | Qt-67267842ce658d956f11d52194566b6de1f84f9a.zip Qt-67267842ce658d956f11d52194566b6de1f84f9a.tar.gz Qt-67267842ce658d956f11d52194566b6de1f84f9a.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'src/gui/text/qzip.cpp')
-rw-r--r-- | src/gui/text/qzip.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qzip.cpp b/src/gui/text/qzip.cpp index 6f099a9..c449588 100644 --- a/src/gui/text/qzip.cpp +++ b/src/gui/text/qzip.cpp @@ -825,7 +825,7 @@ int QZipReader::count() const /*! Returns a FileInfo of an entry in the zipfile. - The \a index is the index into the directoy listing of the zipfile. + The \a index is the index into the directory listing of the zipfile. Returns an invalid FileInfo if \a index is out of boundaries. \sa fileInfoList() |