From cc712abf045f954314de6c463816ecfbde58ba71 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sun, 7 Oct 2001 19:02:46 +0100 Subject: acinclude.m4: Fix spelling error of "separate" as "seperate". config: * acinclude.m4: Fix spelling error of "separate" as "seperate". gcc: * ChangeLog.2, c-decl.c, config/i386/i386.md, doc/gcc.texi, gcc.c, genmultilib, toplev.c: Fix spelling errors of "separate" as "seperate", and corresponding spelling errors of related words. gcc/ada: * 5oosinte.adb: Fix spelling error of "separate" as "seperate". gcc/testsuite: * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix spelling errors of "separate" as "seperate". libffi: * src/x86/ffi.c: Fix spelling error of "separate" as "seperate". libjava: * defineclass.cc, java/awt/image/ColorModel.java, java/awt/image/SampleModel.java, java/lang/Package.java, java/security/cert/X509Extension.java: Fix spelling errors of "separate" as "seperate", and corresponding spelling errors of related words. libstdc++-v3: * docs/html/22_locale/locale.html, docs/html/faq/index.html: Fix spelling errors of "separate" as "seperate", and corresponding spelling errors of related words. * docs/html/faq/index.txt: Regenerate. From-SVN: r46063 --- libjava/java/lang/Package.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libjava/java/lang/Package.java') diff --git a/libjava/java/lang/Package.java b/libjava/java/lang/Package.java index 26bcb98..189d26e 100644 --- a/libjava/java/lang/Package.java +++ b/libjava/java/lang/Package.java @@ -44,7 +44,7 @@ import java.util.StringTokenizer; * specification as implemented by a package. A package is considered * compatible with another version if the version of the specification is * equal or higher then the requested version. Version numbers are represented - * as strings of positive numbers seperated by dots (e.g. "1.2.0"). + * as strings of positive numbers separated by dots (e.g. "1.2.0"). * The first number is called the major number, the second the minor, * the third the micro, etc. A version is considered higher then another * version if it has a bigger major number then the another version or when -- cgit v1.1