diff options
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 { |