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
1 changed files with 1 additions and 1 deletions

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