From 6dfed013a3c34b21b4417101d48cad3fa096844a Mon Sep 17 00:00:00 2001 From: Bryan McLellan Date: Fri, 26 Jul 2013 09:36:29 -0700 Subject: CHEF-4344: Clean up instances of 'the the' typo. --- lib/chef/knife/core/node_presenter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/knife/core/node_presenter.rb') diff --git a/lib/chef/knife/core/node_presenter.rb b/lib/chef/knife/core/node_presenter.rb index a35baf2264..d1aab592ef 100644 --- a/lib/chef/knife/core/node_presenter.rb +++ b/lib/chef/knife/core/node_presenter.rb @@ -86,7 +86,7 @@ class Chef # Converts a Chef::Node object to a string suitable for output to a # terminal. If config[:medium_output] or config[:long_output] are set # the volume of output is adjusted accordingly. Uses colors if enabled - # in the the ui object. + # in the ui object. def summarize(data) if data.kind_of?(Chef::Node) node = data -- cgit v1.2.1