summaryrefslogtreecommitdiffstats
path: root/examples/opengl/shared/qtlogo.cpp
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2010-07-29 12:59:55 (GMT)
committerToby Tomkins <toby.tomkins@nokia.com>2010-08-02 01:17:39 (GMT)
commit8340e96ee951efe9ef876ce134d9cdb6a521446f (patch)
tree48cc88d2f313650ef24b18d86588ccfdb2cc083b /examples/opengl/shared/qtlogo.cpp
parent9710c075226aa441f108866521d095c740f2d298 (diff)
downloadQt-8340e96ee951efe9ef876ce134d9cdb6a521446f.zip
Qt-8340e96ee951efe9ef876ce134d9cdb6a521446f.tar.gz
Qt-8340e96ee951efe9ef876ce134d9cdb6a521446f.tar.bz2
Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-11938 and QTBUG-10801
(cherry picked from commit 5bdb85e3b21bcf624eb1830aa32d027e0c6870fe)
Diffstat (limited to 'examples/opengl/shared/qtlogo.cpp')
-rw-r--r--examples/opengl/shared/qtlogo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/shared/qtlogo.cpp b/examples/opengl/shared/qtlogo.cpp
index 0352d29..0165032 100644
--- a/examples/opengl/shared/qtlogo.cpp
+++ b/examples/opengl/shared/qtlogo.cpp
@@ -327,7 +327,7 @@ RectTorus::RectTorus(Geometry *g, qreal iRad, qreal oRad, qreal depth, int k)
QVector<QVector3D> in_back = extrude(inside, depth);
QVector<QVector3D> out_back = extrude(outside, depth);
- // Create front, back and sides as seperate patches so that smooth normals
+ // Create front, back and sides as separate patches so that smooth normals
// are generated for the curving sides, but a faceted edge is created between
// sides and front/back
Patch *front = new Patch(g);