aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-05-26 16:41:44 -0300
committerRenato Filho <renato.filho@openbossa.org>2010-05-26 18:34:36 -0300
commitcafb38dafd9a44da1227bc914094833b5a8dbfde (patch)
tree6d16e48397c192743b2294ef889b78d11049b182
parent14e5013ef62c18ad60493a98e68db9224558840b (diff)
Fixed QGLBuffer typo.
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
-rw-r--r--tests/qtopengl/qglbuffer_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtopengl/qglbuffer_test.py b/tests/qtopengl/qglbuffer_test.py
index b243d968e..ae23fbdf3 100644
--- a/tests/qtopengl/qglbuffer_test.py
+++ b/tests/qtopengl/qglbuffer_test.py
@@ -1,5 +1,5 @@
#!/usr/bin/python
-'''Unit tests for QGLBuffer''
+'''Unit tests for QGLBuffer'''
import unittest