From 314279da623ac54cc502ce5234f5bf2140906e81 Mon Sep 17 00:00:00 2001 From: Mark McKinstry Date: Thu, 9 Jan 2020 19:56:00 -0800 Subject: [PATCH] typo --- lib/puppet-lint/plugins/legacy_facts.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puppet-lint/plugins/legacy_facts.rb b/lib/puppet-lint/plugins/legacy_facts.rb index e1d0dac..4dca82c 100644 --- a/lib/puppet-lint/plugins/legacy_facts.rb +++ b/lib/puppet-lint/plugins/legacy_facts.rb @@ -11,7 +11,7 @@ # These facts will depend on how a system is set up and can't just be # enumerated like the EASY_FACTS below. # - # For example a sever might have two block devices named 'sda' and 'sdb' so + # For example a server might have two block devices named 'sda' and 'sdb' so # there would be a $blockdeivce_sda_vendor and $blockdeivce_sdb_vendor fact # for each device. Or it could have 26 block devices going all the way up to # 'sdz'. There is no way to know what the possibilities are so we have to use