From 7e872de76ee0591d4fea72f4ef07637ca5f7ca0d Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Sat, 1 Mar 2014 15:39:53 +0100 Subject: Fix some typos Change-Id: I7dbe938bff5ac3ab50a0197f94bdb2f6c22fbd16 Reviewed-by: Kevin Krammer Reviewed-by: Mitch Curtis --- tests/manual/qgraphicsitem/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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(); } -- cgit v1.2.3