Skip to content

Commit 80d40ed

Browse files
committed
reverted term
1 parent a34ea92 commit 80d40ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/mfc/reference/cmfctoolbar-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ virtual CSize CalcFixedLayout(
464464
[in] `TRUE` to stretch the toolbar to the size of the parent frame.
465465

466466
*`bHorz`*\
467-
[in] `TRUE` to adjust the toolbar horizontally; `FALSE` to adjust the toolbar vertically.
467+
[in] `TRUE` to orient the toolbar horizontally; `FALSE` to orient the toolbar vertically.
468468

469469
### Return Value
470470

docs/mfc/styles-for-the-progress-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ When you initially create the progress control ([CProgressCtrl::Create](../mfc/r
2121

2222
In addition, you can specify two styles that apply only to the progress control, PBS_VERTICAL and PBS_SMOOTH.
2323

24-
Use PBS_VERTICAL to adjust the control vertically, rather than horizontally. Use PBS_SMOOTH to fill the control completely, rather than displaying small delineated squares that fill the control incrementally.
24+
Use PBS_VERTICAL to orient the control vertically, rather than horizontally. Use PBS_SMOOTH to fill the control completely, rather than displaying small delineated squares that fill the control incrementally.
2525

2626
Without PBS_SMOOTH style:
2727

0 commit comments

Comments
 (0)