diff scripts/miscellaneous/gzip.m @ 19439:cbce5d1bcaf9

doc: Periodic grammarcheck of documentation.
author Rik <rik@octave.org>
date Tue, 16 Dec 2014 15:36:27 -0800
parents a4e993343e93
children 4197fc428c7d
line wrap: on
line diff
--- a/scripts/miscellaneous/gzip.m	Tue Dec 16 12:07:32 2014 -0800
+++ b/scripts/miscellaneous/gzip.m	Tue Dec 16 15:36:27 2014 -0800
@@ -25,7 +25,7 @@
 ## wildcards in the filename such as @samp{*} or @samp{?} are accepted and
 ## expanded.  Each file is compressed separately and a new file with a
 ## @file{".gz"} extension is created.  The original files are not modified,
-## but existing compressed files will be silently overwritten. If a directory
+## but existing compressed files will be silently overwritten.  If a directory
 ## is specified then @code{gzip} recursively compresses all files in the
 ## directory.
 ##