From 820c99c90b6b83d7cb0b2c8a012a181920e22145 Mon Sep 17 00:00:00 2001 From: loqutus Date: Fri, 16 Jun 2017 18:28:37 +0300 Subject: [PATCH] bin/ansible comment typo fix (#25799) insignificant bin/ansible typo in word 'python' --- bin/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ansible b/bin/ansible index dc420f23ca9..f7595430008 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]