Fixed typo 'backens'
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>
Sat, 11 May 2013 19:54:00 +0000 (21:54 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 8 Jul 2013 13:17:04 +0000 (15:17 +0200)
Change-Id: I65e4492d1bc70e5344c0edc37a7c2f87fe355e62
Reviewed-by: Thorbjørn Lindeijer <bjorn@lindeijer.nl>

src/quick/scenegraph/util/qsgtexture.cpp

index 078c86b..f17aa59 100644 (file)
@@ -222,7 +222,7 @@ static void qt_debug_remove_texture(QSGTexture* texture)
 
     \section1 Texture Atlasses
 
-    Some scene graph backens use texture atlasses, grouping multiple
+    Some scene graph backends use texture atlasses, grouping multiple
     small textures into one large texture. If this is the case, the
     function isAtlasTexture() will return true. Atlasses are used to
     aid the rendering algorithm to do better sorting which increases