From ecddaa31a64a2f62f8685578faf3467dbdf5ffe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Boisnard?= Date: Mon, 4 Nov 2013 18:26:01 +0100 Subject: Fix typo in PFW when loading plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BZ: 151782 There is a typo in the error message when a plugin is not found (folowings instead of following). This patch updates the error message. Change-Id: Ifdb749fd90d646d0c04522874e879a329520de0f Signed-off-by: Frédéric Boisnard --- test/test-platform/TestPlatform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test-platform/TestPlatform.h b/test/test-platform/TestPlatform.h index 58f8dc5..e8b9823 100644 --- a/test/test-platform/TestPlatform.h +++ b/test/test-platform/TestPlatform.h @@ -64,7 +64,7 @@ private: * * @param[in] remoteCommand the first argument should be the name of the criterion to set. * if the criterion is provided in lexical space, - * the folowing arguments should be criterion new values + * the following arguments should be criterion new values * if the criterion is provided in numerical space, * the second argument should be the criterion new value */ -- cgit v1.1