summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-12-07 12:23:34 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2017-12-07 12:23:34 -0800
commitc9a9684e862b125405aeaa92ae3de149a199f4b9 (patch)
tree9c5fdaf452048e68b115ae390cfedfa80e499924
parent1d6b99af126352b30c344723da46646424619326 (diff)
downloadchef-c9a9684e862b125405aeaa92ae3de149a199f4b9.tar.gz
a typo
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--lib/chef/node_map.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/node_map.rb b/lib/chef/node_map.rb
index c4c06f8c3f..4df175c135 100644
--- a/lib/chef/node_map.rb
+++ b/lib/chef/node_map.rb
@@ -33,7 +33,7 @@
# the entries in the array are pre-sorted into priority order (blocks/platform_version/platform/platform_family/os/none) so that
# the first entry's :value that matches the filter is returned when doing a get.
#
-# not that as this examples show filter values may be a scalar string or an array of scalar strings.
+# note that as this examples show filter values may be a scalar string or an array of scalar strings.
#
class Chef
class NodeMap