summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2010-03-08 19:13:05 +0000
committerCarolyn MacLeod <carolyn>2010-03-08 19:13:05 +0000
commitaf5ef06859271bd4cd8790bebe7d015be68fa031 (patch)
tree058220f27aca37bd0c930e5ddc8d634dbf401a54 /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics
parent9fe03ae995a4b3b897f115d6a22a211e2a6bf3f3 (diff)
downloadeclipse.platform.swt-af5ef06859271bd4cd8790bebe7d015be68fa031.tar.gz
eclipse.platform.swt-af5ef06859271bd4cd8790bebe7d015be68fa031.tar.xz
eclipse.platform.swt-af5ef06859271bd4cd8790bebe7d015be68fa031.zip
javadoc typo
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
index 4be6eb0838..51706d50fc 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
@@ -3094,8 +3094,8 @@ public void setWidth (int width) {
}
/**
- * Sets the wrap indent of the receiver. This indent it applied to the all line
- * in the paragraph but the first line.
+ * Sets the wrap indent of the receiver. This indent is applied to all lines
+ * in the paragraph except the first line.
*
* @param wrapIndent new wrap indent
*