diff options
author | Michael Koch <konqueror@gmx.de> | 2004-04-23 05:45:56 +0000 |
---|---|---|
committer | Michael Koch <konqueror@gmx.de> | 2004-04-23 05:45:56 +0000 |
commit | 8a4bafddd1207db20d77aaeea268c074928d0ef2 (patch) | |
tree | 772c1be1b063d8d8e3fa3503e2198d6c91f59eba /scripts | |
parent | ba43de143acd3cd0a0375ce1e6a6faef7698a812 (diff) | |
download | classpath-8a4bafddd1207db20d77aaeea268c074928d0ef2.tar.gz |
2004-04-23 Michael Koch <konqueror@gmx.de>
* scripts/unicode-muncher.pl: Fixed typo.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/unicode-muncher.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/unicode-muncher.pl b/scripts/unicode-muncher.pl index e3a0fd019..a9008df32 100755 --- a/scripts/unicode-muncher.pl +++ b/scripts/unicode-muncher.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # unicode-muncher.pl -- generate Unicode database for java.lang.Character -# Copyright (C) 1998, 2002 Free Software Foundation, Inc. +# Copyright (C) 1998, 2002, 2004 Free Software Foundation, Inc. # # This file is part of GNU Classpath. # @@ -370,7 +370,7 @@ package gnu.java.lang; * java.lang.Character needs. It is generated automatically from * <code>$ARGV[0]</code> and * <code>$ARGV[1]</code>, by some - * perl scripts. These Unicode definition file can be found on the + * perl scripts. These Unicode definition files can be found on the * <a href="http://www.unicode.org">http://www.unicode.org</a> website. * JDK 1.4 uses Unicode version 3.0.0. * |