From 5bfac537f1b44b2ecec15cacfad893125a4e384d Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 8 Jul 2011 18:47:45 +0900 Subject: fixed typos in comments --- .../openoffice/xmerge/converter/xml/sxc/pexcel/records/DefColWidth.java | 2 +- .../xmerge/converter/xml/sxc/pexcel/records/ExtendedFormat.java | 2 +- .../source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'xmerge/source') diff --git a/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/DefColWidth.java b/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/DefColWidth.java index b6b3baace2de..927f98ee71b0 100644 --- a/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/DefColWidth.java +++ b/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/DefColWidth.java @@ -36,7 +36,7 @@ import org.openoffice.xmerge.util.EndianConverter; import org.openoffice.xmerge.converter.xml.sxc.pexcel.PocketExcelConstants; /** - * Represents a BIFF record defiuning the defualt column width + * Represents a BIFF record defining the default column width */ public class DefColWidth implements BIFFRecord { diff --git a/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ExtendedFormat.java b/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ExtendedFormat.java index 2ae615dc93ce..bc78f566be8f 100644 --- a/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ExtendedFormat.java +++ b/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ExtendedFormat.java @@ -88,7 +88,7 @@ org.openoffice.xmerge.converter.xml.OfficeConstants { } /** - * Constructs a pocket Excel Document using defualt values and sets the + * Constructs a pocket Excel Document using default values and sets the * font index using the specified attribute * * @param ixfnt index of the font this format should use diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java b/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java index d0fed6d39ce0..08954fa81a50 100644 --- a/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java +++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java @@ -34,7 +34,7 @@ import java.awt.Color; * Utility class mapping RGB colour specifications to the colour indices used * in the Pocket PC. The original converter was written for use with Pocket * Word it was later put into the utils so Pocket excel could use this code - * also. For this reason the defualt values are those used by Pocket Word but + * also. For this reason the default values are those used by Pocket Word but * a colour table can be passed in through the constructor to map the 16 * values to a colour table. * -- cgit v1.2.3