diff options
| author | Glenn Morris | 2008-12-13 04:20:11 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-12-13 04:20:11 +0000 |
| commit | bf61b6ada1ac5dbe0cde5de361d68b6ec2886c01 (patch) | |
| tree | c16d61e6af7db2bc6df668b47f2de26a9fec4c97 /lib-src | |
| parent | c4607d7f3dd0bb9d2de3567beb29d2dbd16c5be7 (diff) | |
| download | emacs-bf61b6ada1ac5dbe0cde5de361d68b6ec2886c01.tar.gz emacs-bf61b6ada1ac5dbe0cde5de361d68b6ec2886c01.zip | |
Fix comment typo.
Diffstat (limited to 'lib-src')
| -rwxr-xr-x | lib-src/grep-changelog | 2 |
1 files changed, 1 insertions, 1 deletions
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; | |||
| 39 | 39 | ||
| 40 | if (@ARGV == 0) { | 40 | if (@ARGV == 0) { |
| 41 | 41 | ||
| 42 | # No arguments cannot posibly mean "show everything"!! | 42 | # No arguments cannot possibly mean "show everything"!! |
| 43 | $result = 0; | 43 | $result = 0; |
| 44 | 44 | ||
| 45 | } else { | 45 | } else { |