diff options
author | Tim Smith <tsmith@chef.io> | 2016-12-20 09:22:03 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2016-12-20 09:22:03 -0800 |
commit | 1209a1aaab2728961ba33394372b3395fb24146e (patch) | |
tree | 602327cfe441a22237b5c0f57b54d6406625f81d | |
parent | b81243bff3b7adfdcbe9c2950f0762bf40701c49 (diff) | |
download | ohai-1209a1aaab2728961ba33394372b3395fb24146e.tar.gz |
Fix comment typo
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | lib/ohai/plugins/linux/platform.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/plugins/linux/platform.rb b/lib/ohai/plugins/linux/platform.rb index aa5fece2..7fdabbe2 100644 --- a/lib/ohai/plugins/linux/platform.rb +++ b/lib/ohai/plugins/linux/platform.rb @@ -99,7 +99,7 @@ Ohai.plugin(:Platform) do end # - # Determines the platform_family based on the platform_family + # Determines the platform_family based on the platform # # @returns [String] platform_family value # |