summaryrefslogtreecommitdiff
path: root/lib/Automake/XFile.pm
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-10-18 11:09:14 +0200
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-10-18 11:09:14 +0200
commitb6af214094ead458695113c17d7a2cade7c54dbc (patch)
tree3b04961cd59b17afb4149110cfa54d8e3eb7d7a2 /lib/Automake/XFile.pm
parentb9cf117b19fb91b3931e9bad064be6beca19240a (diff)
downloadautomake-b6af214094ead458695113c17d7a2cade7c54dbc.tar.gz
Fix comment typos.
* automake.in (require_file_internal): Fix typos in comments. * m4/amversion.in: Likewise. * lib/Automake/Variable.pm: Likewise. * lib/Automake/XFile.pm: Likewise. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'lib/Automake/XFile.pm')
-rw-r--r--lib/Automake/XFile.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Automake/XFile.pm b/lib/Automake/XFile.pm
index 2e34b74b6..27f245557 100644
--- a/lib/Automake/XFile.pm
+++ b/lib/Automake/XFile.pm
@@ -1,4 +1,5 @@
-# Copyright (C) 2001, 2003, 2004, 2006 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2003, 2004, 2006, 2008 Free Software Foundation,
+# Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -62,7 +63,7 @@ Automake::XFile - supply object methods for filehandles with error handling
=head1 DESCRIPTION
C<Automake::XFile> inherits from C<IO::File>. It provides the method
-C<name> returning the file name. It provides dying version of the
+C<name> returning the file name. It provides dying versions of the
methods C<close>, C<lock> (corresponding to C<flock>), C<new>,
C<open>, C<seek>, and C<truncate>. It also overrides the C<getline>
and C<getlines> methods to translate C<\r\n> to C<\n>.