summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2005-04-15 18:26:08 +0000
committerGrant Gayed <ggayed>2005-04-15 18:26:08 +0000
commit22ebc0bfda7d51c576a69d9ad65b1367c74fe002 (patch)
treed173b471efeb711b4fe5897ddc99e43d4fcbce65 /bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole
parenta8373fc18203966c36d78b87f7bf1eb4f551ec9e (diff)
downloadeclipse.platform.swt-22ebc0bfda7d51c576a69d9ad65b1367c74fe002.tar.gz
eclipse.platform.swt-22ebc0bfda7d51c576a69d9ad65b1367c74fe002.tar.xz
eclipse.platform.swt-22ebc0bfda7d51c576a69d9ad65b1367c74fe002.zip
javadoc typo
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/Variant.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/Variant.java b/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/Variant.java
index 22bd5f8d62..3fa0210fbc 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/Variant.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/Variant.java
@@ -532,7 +532,7 @@ public String getString() {
}
}
/**
- * Returns the ytpe of the variant type. This will be an OLE.VT_* value or
+ * Returns the type of the variant type. This will be an OLE.VT_* value or
* a bitwise combination of OLE.VT_* values as in the case of
* OLE.VT_BSTR | OLE.VT_BYREF.
*