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/quick/qquickcanvasitem/data/tst_composite.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/quick/qquickcanvasitem') diff --git a/tests/auto/quick/qquickcanvasitem/data/tst_composite.qml b/tests/auto/quick/qquickcanvasitem/data/tst_composite.qml index 3e41efdcc4..8a5a52cf1e 100644 --- a/tests/auto/quick/qquickcanvasitem/data/tst_composite.qml +++ b/tests/auto/quick/qquickcanvasitem/data/tst_composite.qml @@ -53,7 +53,7 @@ CanvasTestCase { ctx.fillStyle = '#0f0'; ctx.fillRect(0, 0, 100, 50); - ctx.globalAlpha = 0.01; // avoid any potential alpha=0 optimisations + ctx.globalAlpha = 0.01; // avoid any potential alpha=0 optimizations ctx.fillStyle = '#f00'; ctx.fillRect(0, 0, 100, 50); //comparePixel(ctx, 50,25, 2,253,0,255, 2); -- cgit v1.2.3