0031939: Coding - correction of spelling errors in comments [part 7]
[occt.git] / samples / mfc / standard / Common / OCC_MainFrame.cpp
index 246a9ed..82f760a 100755 (executable)
@@ -142,8 +142,7 @@ void OCC_MainFrame::DockControlBarLeftOf(CToolBar* Bar,CToolBar* LeftOf)
   n = (dw&CBRS_ALIGN_LEFT && n==0) ? AFX_IDW_DOCKBAR_LEFT : n;
   n = (dw&CBRS_ALIGN_RIGHT && n==0) ? AFX_IDW_DOCKBAR_RIGHT : n;
 
-  // When we take the default parameters on rect, DockControlBar will dock
-  // each Toolbar on a seperate line.  By calculating a rectangle, we in effect
-  // are simulating a Toolbar being dragged to that location and docked.
+  // When we take the default parameters on rect, DockControlBar will dock each Toolbar on a separate line.
+  // By calculating a rectangle, we in effect are simulating a Toolbar being dragged to that location and docked.
   DockControlBar(Bar,n,&rect);
 }