Fix some typos (#16498)

This commit is contained in:
Shota
2016-06-30 03:31:25 +09:00
committed by Brian Coca
parent 4f76222f5b
commit 47f715fb37
11 changed files with 12 additions and 12 deletions

View File

@@ -68,7 +68,7 @@ class AnsibleError(Exception):
def _get_error_lines_from_file(self, file_name, line_number):
'''
Returns the line in the file which coresponds to the reported error
Returns the line in the file which corresponds to the reported error
location, as well as the line preceding it (if the error did not
occur on the first line), to provide context to the error.
'''