From 185f408ea16fc39cb8180b228a5204b8add2e640 Mon Sep 17 00:00:00 2001 From: Adriaan Knapen Date: Tue, 14 Jul 2020 14:56:39 +0200 Subject: [PATCH] fix(zip): fixes double "to" grammar issue in comment --- zip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zip b/zip index 3cc3d09..210758c 100644 --- a/zip +++ b/zip @@ -7,5 +7,5 @@ zip -r archive.zip directory/ # To create zip file with password: zip -P password archive.zip file1 -# To to list, test and extract zip archives, see unzip: +# To list, test and extract zip archives, see unzip: cheat unzip