summaryrefslogtreecommitdiff
path: root/lib/ansible/parsing
diff options
context:
space:
mode:
authorAbhijeet Kasurde <akasurde@redhat.com>2019-01-15 17:07:00 +0530
committerJohn R Barker <john@johnrbarker.com>2019-01-15 11:37:00 +0000
commit4817dcd0fce5cd639e5baf8794bb99e302031739 (patch)
tree7ea8ca83e6371747e1249b88653236bc3cca6534 /lib/ansible/parsing
parent67b455a8ac1ac6fcf4e45bb3101b162607ce26c8 (diff)
downloadansible-4817dcd0fce5cd639e5baf8794bb99e302031739.tar.gz
Minor typos (#50371)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'lib/ansible/parsing')
-rw-r--r--lib/ansible/parsing/dataloader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/parsing/dataloader.py b/lib/ansible/parsing/dataloader.py
index 390d0c2562..24c5d7ee0f 100644
--- a/lib/ansible/parsing/dataloader.py
+++ b/lib/ansible/parsing/dataloader.py
@@ -140,7 +140,7 @@ class DataLoader:
:arg file_name: The name of the file to read. If this is a relative
path, it will be expanded relative to the basedir
- :raises AnsibleFileNotFOund: if the file_name does not refer to a file
+ :raises AnsibleFileNotFound: if the file_name does not refer to a file
:raises AnsibleParserError: if we were unable to read the file
:return: Returns a byte string of the file contents
'''