From 935fa51143203919a568bb3d3bf48f0b8032386d Mon Sep 17 00:00:00 2001 From: David Lassalle Date: Tue, 11 Dec 2018 16:00:15 -0500 Subject: [PATCH] Fix spelling error in Display.banner description (#49790) wit h -> with --- lib/ansible/utils/display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/utils/display.py b/lib/ansible/utils/display.py index 108042f249c..e62a26b2256 100644 --- a/lib/ansible/utils/display.py +++ b/lib/ansible/utils/display.py @@ -248,7 +248,7 @@ class Display(with_metaclass(Singleton, object)): def banner(self, msg, color=None, cows=True): ''' - Prints a header-looking line with cowsay or stars wit hlength depending on terminal width (3 minimum) + Prints a header-looking line with cowsay or stars with length depending on terminal width (3 minimum) ''' if self.b_cowsay and cows: try: