From a1bf06c753173ac698d9329a09c6edba6c18c781 Mon Sep 17 00:00:00 2001 From: Vivek Singh Date: Mon, 6 Apr 2020 22:14:39 +0530 Subject: Fix typo Signed-off-by: Vivek Singh --- lib/chef/knife/bootstrap/train_connector.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/knife/bootstrap/train_connector.rb') diff --git a/lib/chef/knife/bootstrap/train_connector.rb b/lib/chef/knife/bootstrap/train_connector.rb index 66cde6f6b9..b4b17f747c 100644 --- a/lib/chef/knife/bootstrap/train_connector.rb +++ b/lib/chef/knife/bootstrap/train_connector.rb @@ -92,7 +92,7 @@ class Chef # Answers the question, "Am I connected to a unix host?" # - # @note this will alwys return true for a linux host + # @note this will always return true for a linux host # because train classifies linux as a unix # # @return [Boolean] true if the connected host is unix or linux -- cgit v1.2.1