summaryrefslogtreecommitdiffstats
path: root/embedserv/source/embed/syswinwrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'embedserv/source/embed/syswinwrapper.cxx')
-rw-r--r--embedserv/source/embed/syswinwrapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/embedserv/source/embed/syswinwrapper.cxx b/embedserv/source/embed/syswinwrapper.cxx
index be2416f30086..4c86532be5e8 100644
--- a/embedserv/source/embed/syswinwrapper.cxx
+++ b/embedserv/source/embed/syswinwrapper.cxx
@@ -313,7 +313,7 @@ void CHatchWin::ChildSet(HWND hWndKid)
{
SetParent(hWndKid, m_hWnd);
- //Insure this is visible when the hatch window becomes visible.
+ //Ensure this is visible when the hatch window becomes visible.
ShowWindow(hWndKid, SW_SHOW);
}