From 0d63f15cde5e52744d2bc67f129e34bb93d838f8 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Mon, 16 Jan 2017 12:41:23 -0500 Subject: [PATCH] Typo in docstring (#1895) --- waflib/Tools/c_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waflib/Tools/c_tests.py b/waflib/Tools/c_tests.py index b6f2f10e..6e5f8213 100644 --- a/waflib/Tools/c_tests.py +++ b/waflib/Tools/c_tests.py @@ -211,7 +211,7 @@ class grep_for_endianness(Task.Task): @after_method('process_source') def grep_for_endianness_fun(self): """ - Used by the endiannes configuration test + Used by the endianness configuration test """ self.create_task('grep_for_endianness', self.compiled_tasks[0].outputs[0])