summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-12-13 04:20:11 +0000
committerGlenn Morris <rgm@gnu.org>2008-12-13 04:20:11 +0000
commitbf61b6ada1ac5dbe0cde5de361d68b6ec2886c01 (patch)
treec16d61e6af7db2bc6df668b47f2de26a9fec4c97
parentc4607d7f3dd0bb9d2de3567beb29d2dbd16c5be7 (diff)
Fix comment typo.
-rwxr-xr-xlib-src/grep-changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/grep-changelog b/lib-src/grep-changelog
index 3902d26179..2c5159f5dc 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 {