From f4be00df17b02bab2bd91d68ec7315a717a5a7e8 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Thu, 6 Sep 2012 22:53:50 +0200 Subject: doc: fix some typos in .qml files Change-Id: Ice5d60b06ec9ab81fbd98fd1679c8834f3018938 Reviewed-by: Robin Burchell --- tests/auto/qml/qqmlconsole/data/logging.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/qml/qqmlconsole') diff --git a/tests/auto/qml/qqmlconsole/data/logging.qml b/tests/auto/qml/qqmlconsole/data/logging.qml index 11f11f492c..0c3954d2b9 100644 --- a/tests/auto/qml/qqmlconsole/data/logging.qml +++ b/tests/auto/qml/qqmlconsole/data/logging.qml @@ -46,7 +46,7 @@ QtObject { id:root function consoleCount() { - console.count("console.count", "Ignore additonal argument"); + console.count("console.count", "Ignore additional argument"); console.count(); } -- cgit v1.2.3