changeset 100397:07fabb2ead9b

Fix comment typo.
author Glenn Morris <rgm@gnu.org>
date Sat, 13 Dec 2008 04:20:11 +0000
parents 3404281b4ff2
children 0941c26336f4
files lib-src/grep-changelog
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/grep-changelog	Sat Dec 13 04:19:34 2008 +0000
+++ b/lib-src/grep-changelog	Sat Dec 13 04:20:11 2008 +0000
@@ -39,7 +39,7 @@
 
 if (@ARGV == 0) {
 
-    # No arguments cannot posibly mean "show everything"!!
+    # No arguments cannot possibly mean "show everything"!!
     $result = 0;
 
 } else {