]> gitweb.factorcode.org Git - factor.git/commitdiff
Typo fixed in wipe-docs.factor file
authorSandesh-Pyakurel <pyakurelsandesh14@gmail.com>
Thu, 19 Oct 2023 16:50:09 +0000 (22:35 +0545)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 19 Oct 2023 16:51:23 +0000 (09:51 -0700)
extra/wipe/wipe-docs.factor

index 321a676a0ee4d20393d0b139bed18a41d60cdd44..9b27e1f8f74bc52816481abb88008f562c5b2f2a 100644 (file)
@@ -5,7 +5,7 @@ IN: wipe
 
 HELP: overwrite-with-random-bytes
 { $values { "file-name" "a filename string" } }
-{ $description "Overwite the " { $snippet "file-name" } " contents with random data. The slack space at the end is not overwritten." } ;
+{ $description "Overwrite the " { $snippet "file-name" } " contents with random data. The slack space at the end is not overwritten." } ;
 
 ABOUT: "Wipe"