Skip to content

Commit 3ade9e6

Browse files
committed
doc: my engrish iz bad.
1 parent b09405b commit 3ade9e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/triangle.dox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ MAGNUM_APPLICATION_MAIN(TriangleExample)
131131

132132
That's all, now we can compile the whole example using CMake. Apart from the
133133
standard CMake setup related to version requirements and paths to
134-
`FindMagnum.cmake`, `FindSDL2.cmake` and `FindCorrade.cmake`, as desribed in
134+
`FindMagnum.cmake`, `FindSDL2.cmake` and `FindCorrade.cmake`, as described in
135135
the @ref getting-started "Getting Started Guide", the setup is as follows.
136136
First we require the `Magnum` package with `GL`, `Shaders` and
137-
`Sdl2Application` components. It's recommended to use also Corrade's set of
137+
`Sdl2Application` components. It's recommended to also use Corrade's set of
138138
compiler flags to enable additional warnings. Then we create our executable and
139139
link to all Magnum libraries we requested. See @ref cmake for more information.
140140

0 commit comments

Comments
 (0)