[PATCH 7/9] example: blank test: fix typos ommitted ==> omitted

Colin King colin.king at canonical.com
Sat Sep 22 17:53:58 UTC 2012


From: Colin Ian King <colin.king at canonical.com>

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 src/example/blank/blank.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/example/blank/blank.c b/src/example/blank/blank.c
index 9feec08..6cbd7d8 100644
--- a/src/example/blank/blank.c
+++ b/src/example/blank/blank.c
@@ -87,8 +87,8 @@ static fwts_framework_minor_test example_tests[] = {
 
 static fwts_framework_ops example_ops = {
 	.description = "Example name.", /* Simple short description of test */
-	.init        = example_init,	/* Can be NULL and/or ommitted if not required */
-	.deinit      = example_deinit,	/* Can be NULL  and/or ommittedif not required */
+	.init        = example_init,	/* Can be NULL and/or omitted if not required */
+	.deinit      = example_deinit,	/* Can be NULL  and/or omitted if not required */
 	.minor_tests = example_tests    /* Array of tests to run */
 };
 
-- 
1.7.10.4




More information about the fwts-devel mailing list