(maint) Fix typo in emitted html

This commit is contained in:
Ian Kronquist 2015-07-27 16:57:11 -07:00
parent 2d2c03bc33
commit 9083023b33
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class HTMLHelper
end
# Give up. It can probably be anything.
elsif !param[:puppet_3_func]
result << "(<tt>Unkown</tt>)"
result << "(<tt>Unknown</tt>)"
end
result << "</span>"