From b0ec92a73ad25372b090a44559607022560039ba Mon Sep 17 00:00:00 2001 From: Blottiere Paul Date: Mon, 24 Jul 2017 08:33:12 +0100 Subject: [PATCH] Update documentation --- src/core/qgsziputils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/qgsziputils.h b/src/core/qgsziputils.h index 9bd454c807c..edc99674c9f 100644 --- a/src/core/qgsziputils.h +++ b/src/core/qgsziputils.h @@ -46,11 +46,11 @@ namespace QgsZipUtils */ CORE_EXPORT bool unzip( const QString &zip, const QString &dir, QStringList &files SIP_OUT ); - /** Zip the list of files in the zip file. If the zip file yet exists or is + /** Zip the list of files in the zip file. If the zip file already exists or is * empty, an error is returned. If an input file does not exist, an error is * also returned. * \param zip The zip filename - * \param files The absolute path filles to embed within the zip + * \param files The absolute path to files to embed within the zip * \since QGIS 3.0 */ CORE_EXPORT bool zip( const QString &zip, const QStringList &files );