summaryrefslogtreecommitdiffstats
path: root/tests/manual/qgraphicsitem/main.cpp
diff options
context:
space:
mode:
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();
}