]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix comment typo.
authorGlenn Morris <rgm@gnu.org>
Sat, 13 Dec 2008 04:20:11 +0000 (04:20 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 13 Dec 2008 04:20:11 +0000 (04:20 +0000)
lib-src/grep-changelog

index 3902d26179486f8b474785b601b2f7eb4130b501..2c5159f5dc336d8c7e0090fe3c12a270cf39aa9e 100755 (executable)
@@ -39,7 +39,7 @@ my $result;
 
 if (@ARGV == 0) {
 
-    # No arguments cannot posibly mean "show everything"!!
+    # No arguments cannot possibly mean "show everything"!!
     $result = 0;
 
 } else {