diff lib-src/grep-changelog @ 100397:07fabb2ead9b

Fix comment typo.
author Glenn Morris <rgm@gnu.org>
date Sat, 13 Dec 2008 04:20:11 +0000
parents 3a4bc081639c
children a9f7e446141d
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 {