summaryrefslogtreecommitdiffstats
path: root/tests/manual/qgraphicsitem/main.cpp
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-03-01 15:39:53 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-03 18:24:29 +0100
commit7e872de76ee0591d4fea72f4ef07637ca5f7ca0d (patch)
tree32a8bc4e4d06e7af84469a84fd1771ae891a8de1 /tests/manual/qgraphicsitem/main.cpp
parent2b15c9c256e5be597cfc3e8165d9b1a9047cfa7c (diff)
Fix some typos
Change-Id: I7dbe938bff5ac3ab50a0197f94bdb2f6c22fbd16 Reviewed-by: Kevin Krammer <kevin.krammer@kdab.com> Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'tests/manual/qgraphicsitem/main.cpp')
-rw-r--r--tests/manual/qgraphicsitem/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/qgraphicsitem/main.cpp b/tests/manual/qgraphicsitem/main.cpp
index e21baa3d18..c00afa92b9 100644
--- a/tests/manual/qgraphicsitem/main.cpp
+++ b/tests/manual/qgraphicsitem/main.cpp
@@ -76,6 +76,6 @@ int main(int argc, char *argv[])
gv.show();
MyObject o(rect);
QMessageBox::information(0, "What you should see",
- "The red rectangle should toggle visiblity, so you should see it flash on and off");
+ "The red rectangle should toggle visibility, so you should see it flash on and off");
return a.exec();
}