OSDN Git Service

ark: typo
authorIvailo Monev <xakepa10@gmail.com>
Sun, 10 Apr 2022 02:46:47 +0000 (05:46 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Sun, 10 Apr 2022 02:46:47 +0000 (05:46 +0300)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
ark/kerfuffle/archiveinterface.h

index 51e25e6..3db7dad 100644 (file)
@@ -131,7 +131,7 @@ public:
 
     virtual bool isReadOnly() const;
 
-    //see archive.h for a list of what the compressionoptions might
+    //see archive.h for a list of what the compression options might
     //contain
     virtual bool addFiles(const QStringList & files, const CompressionOptions& options) = 0;
     virtual bool deleteFiles(const QList<QVariant> & files) = 0;