From 30a99c6f2e76651f710833f6b6e2794e1e926276 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 19 Oct 2011 21:43:59 +0200 Subject: [PATCH] typo-- --- examples/simdag/dot/dot_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simdag/dot/dot_test.c b/examples/simdag/dot/dot_test.c index ac12b0085f..c441405feb 100644 --- a/examples/simdag/dot/dot_test.c +++ b/examples/simdag/dot/dot_test.c @@ -22,7 +22,7 @@ int main(int argc, char **argv) unsigned int cursor; SD_task_t task; - /* initialisation of SD */ + /* initialization of SD */ SD_init(&argc, argv); /* Check our arguments */ -- 2.20.1