aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-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 3902d261794..2c5159f5dc3 100755
--- a/lib-src/grep-changelog
+++ b/lib-src/grep-changelog
@@ -39,7 +39,7 @@ my $result;
39 39
40if (@ARGV == 0) { 40if (@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 {