X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/c1473b4cfeb477ced05d457868c5e1eb97a58eb0..80ddad17acad2466d0aa04f208d14f56a3fd2ff3:/lib-src/grep-changelog diff --git a/lib-src/grep-changelog b/lib-src/grep-changelog index 3902d26179..3c44306ce4 100755 --- a/lib-src/grep-changelog +++ b/lib-src/grep-changelog @@ -1,7 +1,7 @@ #! /usr/bin/perl # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. # # This file is part of GNU Emacs. @@ -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 {