summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorloqutus <rusik@4ege.ru>2017-06-16 18:28:37 +0300
committerJohn R Barker <john@johnrbarker.com>2017-06-16 16:28:37 +0100
commit820c99c90b6b83d7cb0b2c8a012a181920e22145 (patch)
treee6f57b93de733cd2fb4105837ee787349704c4ba /bin
parent46c6eb37d0b19354f58aea37aeb6c9c35fce01d7 (diff)
downloadansible-820c99c90b6b83d7cb0b2c8a012a181920e22145.tar.gz
bin/ansible comment typo fix (#25799)
insignificant bin/ansible typo in word 'python'
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ansible2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ansible b/bin/ansible
index dc420f23ca..f759543000 100755
--- a/bin/ansible
+++ b/bin/ansible
@@ -68,7 +68,7 @@ if __name__ == '__main__':
sub = None
target = me.split('-')
if target[-1][0].isdigit():
- # Remove any version or pthon version info as downstreams
+ # Remove any version or python version info as downstreams
# sometimes add that
target = target[:-1]