1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0031939: Coding - correction of spelling errors in comments [part 7]

Fix various typos

Fixed via codespell v2.1.dev
This commit is contained in:
luz paz
2021-01-18 12:36:06 +03:00
committed by bugmaster
parent 5be130de06
commit 7b5e532f83
359 changed files with 522 additions and 522 deletions

View File

@@ -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);
}