Skip to content

Commit 5070ae9

Browse files
committed
Fixed spelling error in comment
1 parent 5e97cdf commit 5070ae9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

miniwindow.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ long CMiniWindow::FixBottom (const long Bottom)
124124

125125
/* positions:
126126
127-
0 = strech to output view size
127+
0 = stretch to output view size
128128
1 = stretch with aspect ratio
129129
130-
2 = strech to owner size
130+
2 = stretch to owner size
131131
3 = stretch with aspect ratio
132132
133133
-- going clockwise here:

mushview.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,10 +632,10 @@ class CMyMemDC : public CDC {
632632

633633
/* modes:
634634
635-
0 = strech to output view size
635+
0 = stretch to output view size
636636
1 = stretch with aspect ratio
637637
638-
2 = strech to owner size
638+
2 = stretch to owner size
639639
3 = stretch with aspect ratio
640640
641641
-- going clockwise here:

scripting/methods/methods_miniwindows.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363

6464
/* positions:
6565
66-
0 = strech to output view size
66+
0 = stretch to output view size
6767
1 = stretch with aspect ratio
6868
69-
2 = strech to owner size
69+
2 = stretch to owner size
7070
3 = stretch with aspect ratio
7171
7272
-- going clockwise here:

scripting/methods/methods_output.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,12 +442,12 @@ long CMUSHclientDoc::AddFont(LPCTSTR PathName)
442442

443443
/* modes:
444444
445-
0 = strech to output view size
445+
0 = stretch to output view size
446446
1 = stretch with aspect ratio
447447
448448
-- next two will not be affected by command window size changes:
449449
450-
2 = strech to owner size
450+
2 = stretch to owner size
451451
3 = stretch with aspect ratio
452452
453453
-- going clockwise here:

0 commit comments

Comments
 (0)