From 3592e964ac5b7db50141d6962fe69da4f0c9d091 Mon Sep 17 00:00:00 2001 From: Felipe Heidrich Date: Tue, 11 Aug 2009 13:05:40 +0000 Subject: *** empty log message *** --- .../win32/org/eclipse/swt/ole/win32/OleClientSite.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bundles/org.eclipse.swt/Eclipse SWT OLE Win32') diff --git a/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java b/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java index 90ed46e62c..9bc28574eb 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java +++ b/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java @@ -211,7 +211,7 @@ public OleClientSite(Composite parent, int style, File file) { * * @param parent a composite widget; must be an OleFrame * @param style the bitwise OR'ing of widget styles - * @param progId the unique program identifier of am OLE Document application; + * @param progId the unique program identifier of an OLE Document application; * the value of the ProgID key or the value of the VersionIndependentProgID key specified * in the registry for the desired OLE Document (for example, the VersionIndependentProgID * for Word is Word.Document) -- cgit