Skip to content

Commit 8a6442d

Browse files
authored
Merge pull request #92 from puppetlabs/maint-fix_typo
(MAINT) Fix typo in check docstring
2 parents 742187e + 48d32bf commit 8a6442d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet-lint/plugins/top_scope_facts/top_scope_facts.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# You should insert the following line to your Rakefile.
1212
# `PuppetLint.configuration.top_scope_variables = ['location', 'role']`
1313
#
14-
# This plugin was adoped in to puppet-lint from https://github.com/mmckinst/puppet-lint-top_scope_facts-check
14+
# This plugin was adopted in to puppet-lint from https://github.com/mmckinst/puppet-lint-top_scope_facts-check
1515
# Thanks to @mmckinst, @seanmil and @alexjfisher for the original work.
1616
PuppetLint.new_check(:top_scope_facts) do
1717
TOP_SCOPE_FACTS_VAR_TYPES = Set[:VARIABLE, :UNENC_VARIABLE]

0 commit comments

Comments
 (0)