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/awt/image/ColorModel.java | 8 ++++---- libjava/java/awt/image/SampleModel.java | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'libjava/java/awt/image') diff --git a/libjava/java/awt/image/ColorModel.java b/libjava/java/awt/image/ColorModel.java index 51e0bbb..8df1f3ba 100644 --- a/libjava/java/awt/image/ColorModel.java +++ b/libjava/java/awt/image/ColorModel.java @@ -39,7 +39,7 @@ import gnu.gcj.awt.Buffers; *
  • arrays of unnormalized component samples of single pixel: these * samples are scaled and multiplied according to the color model, but * is otherwise not packed or encoded. Each element of the array is one - * seperate component sample. The color model only operate on the + * separate component sample. The color model only operate on the * components from one pixel at a time, but using offsets, allows * manipulation of arrays that contain the components of more than one * pixel.
  • @@ -337,7 +337,7 @@ public abstract class ColorModel implements Transparency * @return arrays of unnormalized component samples of single * pixel. The scale and multiplication state of the samples are * according to the color model. Each component sample is stored - * as a seperate element in the array. + * as a separate element in the array. */ public int[] getComponents(int pixel, int[] components, int offset) { // FIXME: implement @@ -358,7 +358,7 @@ public abstract class ColorModel implements Transparency * @return arrays of unnormalized component samples of single * pixel. The scale and multiplication state of the samples are * according to the color model. Each component sample is stored - * as a seperate element in the array. + * as a separate element in the array. */ public int[] getComponents(Object pixel, int[] components, int offset) { @@ -429,7 +429,7 @@ public abstract class ColorModel implements Transparency * @param arrays of unnormalized component samples of single * pixel. The scale and multiplication state of the samples are * according to the color model. Each component sample is stored - * as a seperate element in the array. + * as a separate element in the array. * * @return pixel value encoded according to the color model. */ diff --git a/libjava/java/awt/image/SampleModel.java b/libjava/java/awt/image/SampleModel.java index 9ce1ae6..132257c 100644 --- a/libjava/java/awt/image/SampleModel.java +++ b/libjava/java/awt/image/SampleModel.java @@ -80,7 +80,7 @@ public abstract class SampleModel * * This method is provided as a faster alternative to getPixel(), * that can be used when there is no need to decode the pixel into - * seperate sample values. + * separate sample values. * * @param obj An array to return the pixel data in. If null, an * array of the right type and size will be created. -- cgit v1.1