diff options
author | Pedro Giffuni <pfg@apache.org> | 2012-12-22 00:16:48 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2012-12-22 00:16:48 +0000 |
commit | 9271c50c2d02b708cbe274568c455ff900595884 (patch) | |
tree | 548b8c56b6774e2a209a342f35c9a642abf77175 /xmerge/source | |
parent | 53a9fa71df1c0a6a5277f30d4dbb97ce94b70d6a (diff) |
Fix some typos found by Noel Grandin.
Notes
Notes:
merged as: efb6d8211d3ddb1b42c51400c7cadd57a0dfca4f
Diffstat (limited to 'xmerge/source')
-rw-r--r-- | xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/BookSettings.java | 2 | ||||
-rw-r--r-- | xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/SheetSettings.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/BookSettings.java b/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/BookSettings.java index 9c0905b8e847..620e16fc3dc5 100644 --- a/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/BookSettings.java +++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/BookSettings.java @@ -116,7 +116,7 @@ public class BookSettings implements OfficeConstants { * Adds an XML entry for a particular setting * * @param root the root node at which to add the xml entry - * @param attriute the name of the attribute to add + * @param attribute the name of the attribute to add * @param type the attribute type (int, short etc) * @param value the value of the attribute */ diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/SheetSettings.java b/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/SheetSettings.java index bcb48c9a001f..5d1c01042e1c 100644 --- a/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/SheetSettings.java +++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/SheetSettings.java @@ -236,7 +236,7 @@ public class SheetSettings implements OfficeConstants { * Adds an XML entry for a particular setting * * @param root the root node at which to add the xml entry - * @param attriute the name of the attribute to add + * @param attribute the name of the attribute to add * @param type the attribute type (int, short etc) * @param value the value of the attribute */ |