From 7c27fad278a0a41e7a1488b06a94021f2d468461 Mon Sep 17 00:00:00 2001 From: Renato Araujo Oliveira Filho Date: Wed, 10 Oct 2012 09:51:12 -0300 Subject: Fixed typo in function name. --- tests/client/qmltest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/client/qmltest.cpp b/tests/client/qmltest.cpp index ae0d914..e9db4ac 100644 --- a/tests/client/qmltest.cpp +++ b/tests/client/qmltest.cpp @@ -65,7 +65,7 @@ private Q_SLOTS: /* * Test if model is destroyed without crash */ - void destoyModel() + void destroyModel() { m_script.publishMenu(); m_script.run(); -- cgit v1.2.3