Correcting grammar in a link.

Author:vwheeler
Date:2014-04-11T16:43:06.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1307 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
vwheeler
2014-04-11 16:43:06 +00:00
parent 2e066efdcd
commit 6a2112f249

View File

@@ -40,7 +40,7 @@ where ''system_name'' is the name of the dll (e.g. string_manipulator). So to re
<code>
cd $ISE_EIFFEL\examples\com\wizard\string_manipulator\generated\component\server\EIFGENs\default\W_code
regsvr32 string_manipulator_idl.dll</code>
Once registered, follow the steps described in [[Accessing a COM component|Accessing a COM component]] to build the component's client.
Once registered, follow the steps described in [[Accessing a COM Component|Accessing a COM Component]] to build the component's client.
{{seealso|<br/>
[[Creating a new component from an Eiffel project|Creating a new component from an Eiffel Project]] <br/>
[[Accessing a COM component|Accessing a COM component.]] }}