Corrected an HTML typo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia 2000-02-25 07:13:49 +00:00
parent 3c79cf49ec
commit 079bb992e1

View File

@ -629,7 +629,7 @@ about terminating the last line.
The linker on VMS is case-insensitive. Therefore all external variables and
functions which differ only in case are not recognized by the linker as
different, so all externals should differ in more than the case only:
i.e. <TT>GetId</TT> is the same as <TT><GetID</TT>.
i.e. <TT>GetId</TT> is the same as <TT>GetID</TT>.
</OL>