X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/3f715d17fef56ee78a3df7ebb00d4e8b1aec37de..657d4c0be3b677dda02f7d7e895ddb259b5de82b:/lib-src/grep-changelog diff --git a/lib-src/grep-changelog b/lib-src/grep-changelog index 3902d26179..b63ae90eaf 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, 2010 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 {