summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Saxby <sax@livinginthepast.org>2013-08-29 18:45:53 -0700
committerBryan McLellan <btm@opscode.com>2013-09-24 14:01:52 -0700
commit75d83ec7a34c41f25bee000830f347160dc6f4bb (patch)
tree71a790a3b97ad5a45a0f9e45c977e0296fb6ac07
parentfe510905baad5918a606b524ade79d75bee0631a (diff)
downloadohai-75d83ec7a34c41f25bee000830f347160dc6f4bb.tar.gz
[OHAI-503] Fix typo in ip_scopes plugin
-rw-r--r--lib/ohai/plugins/ip_scopes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/plugins/ip_scopes.rb b/lib/ohai/plugins/ip_scopes.rb
index 15a2a1d2..62ab6cd0 100644
--- a/lib/ohai/plugins/ip_scopes.rb
+++ b/lib/ohai/plugins/ip_scopes.rb
@@ -16,7 +16,7 @@
# limitations under the License.
Ohai.plugin do
- provides "network_ip_scope", "privateaddres"
+ provides "network_ip_scope", "privateaddress"
depends "domain", "fqdn"
depends "network", "counters/network"