2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-21 17:35:55 +01:00

Typo in docstring (#1895)

This commit is contained in:
Matt Selsky 2017-01-16 12:41:23 -05:00 committed by Thomas Nagy
parent cfbf539166
commit 0d63f15cde

View File

@ -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])