summaryrefslogtreecommitdiff
path: root/lib/ansible/errors
diff options
context:
space:
mode:
authorShota <shotat@users.noreply.github.com>2016-06-30 03:31:25 +0900
committerBrian Coca <bcoca@users.noreply.github.com>2016-06-29 14:31:25 -0400
commit47f715fb37885a3763c225b15d81e646ec6d18e4 (patch)
tree468cd93a82370ed368c3828ab2cdf2f6f582438d /lib/ansible/errors
parent4f76222f5b23671c8848df63d57a4a1adc419bf3 (diff)
downloadansible-47f715fb37885a3763c225b15d81e646ec6d18e4.tar.gz
Fix some typos (#16498)
Diffstat (limited to 'lib/ansible/errors')
-rw-r--r--lib/ansible/errors/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/errors/__init__.py b/lib/ansible/errors/__init__.py
index 78259000aa..7f02a44bc0 100644
--- a/lib/ansible/errors/__init__.py
+++ b/lib/ansible/errors/__init__.py
@@ -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.
'''