From: Glenn Morris Date: Sat, 13 Dec 2008 04:20:11 +0000 (+0000) Subject: Fix comment typo. X-Git-Tag: emacs-pretest-23.0.90~1115 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bf61b6ada1ac5dbe0cde5de361d68b6ec2886c01;p=emacs.git Fix comment typo. --- diff --git a/lib-src/grep-changelog b/lib-src/grep-changelog index 3902d261794..2c5159f5dc3 100755 --- a/lib-src/grep-changelog +++ b/lib-src/grep-changelog @@ -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 {