Skip to content

Commit 948fdba

Browse files
committed
Fixed additional typos
1 parent 3583213 commit 948fdba

29 files changed

+42
-42
lines changed

documentation/dxptexviewer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ OPTIONS
6262
=======
6363

6464
See the description of the
65-
`common comand line options <code_examples.html#common-command-line-options>`__
65+
`common command line options <code_examples.html#common-command-line-options>`__
6666
for the subset of common options supported here.
6767

6868
**-y**
@@ -110,7 +110,7 @@ KEYBOARD CONTROLS
110110
q : quit
111111
esc : hide GUI
112112
f : fit frame
113-
+/- : increase / decrese tessellation rate
113+
+/- : increase / decrease tessellation rate
114114

115115

116116

documentation/dxviewer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ OPTIONS
5454
=======
5555

5656
See the description of the
57-
`common comand line options <code_examples.html#common-command-line-options>`__
57+
`common command line options <code_examples.html#common-command-line-options>`__
5858
for the subset of common options supported here.
5959

6060
.. include:: examples_see_also.rst

documentation/glevallimit.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ OPTIONS
7777
=======
7878

7979
See the description of the
80-
`common comand line options <code_examples.html#common-command-line-options>`__
80+
`common command line options <code_examples.html#common-command-line-options>`__
8181
for the subset of common options supported here.
8282

8383
.. include:: examples_see_also.rst

documentation/glfvarviewer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ OPTIONS
6060
=======
6161

6262
See the description of the
63-
`common comand line options <code_examples.html#common-command-line-options>`__
63+
`common command line options <code_examples.html#common-command-line-options>`__
6464
for the subset of common options supported here.
6565

6666
.. include:: examples_see_also.rst

documentation/glpainttest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ OPTIONS
5454
=======
5555

5656
See the description of the
57-
`common comand line options <code_examples.html#common-command-line-options>`__
57+
`common command line options <code_examples.html#common-command-line-options>`__
5858
for the subset of common options supported here.
5959

6060
KEYBOARD CONTROLS

documentation/glptexviewer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ OPTIONS
6060
=======
6161

6262
See the description of the
63-
`common comand line options <code_examples.html#common-command-line-options>`__
63+
`common command line options <code_examples.html#common-command-line-options>`__
6464
for the subset of common options supported here.
6565

6666
**-e** *environment map*

documentation/glsharetopology.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ OPTIONS
5252
=======
5353

5454
See the description of the
55-
`common comand line options <code_examples.html#common-command-line-options>`__
55+
`common command line options <code_examples.html#common-command-line-options>`__
5656
for the subset of common options supported here.
5757

5858
.. include:: examples_see_also.rst

documentation/glstencilviewer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ OPTIONS
5454
=======
5555

5656
See the description of the
57-
`common comand line options <code_examples.html#common-command-line-options>`__
57+
`common command line options <code_examples.html#common-command-line-options>`__
5858
for the subset of common options supported here.
5959

6060
.. include:: examples_see_also.rst

documentation/glviewer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ OPTIONS
5454
=======
5555

5656
See the description of the
57-
`common comand line options <code_examples.html#common-command-line-options>`__
57+
`common command line options <code_examples.html#common-command-line-options>`__
5858
for the subset of common options supported here.
5959

6060
.. include:: examples_see_also.rst

documentation/osd_shader_interface.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ across adjacent patches.
275275
Tessellation levels computed at each patch
276276
******************************************
277277

278-
These tessellation levels can be computed the corresponding method in the tesselation control shader. Note that these functions potentially requires all bezier control
278+
These tessellation levels can be computed the corresponding method in the tessellation control shader. Note that these functions potentially requires all bezier control
279279
points, you need to call barrier() to ensure the conversion is done for all invocations.
280280
See osd/glslPatchBSpline.glsl for more details.
281281

0 commit comments

Comments
 (0)