From 561bb3df2e8563056e9cd954be83b96dfb88300e Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Thu, 5 Mar 2020 10:16:49 -0800 Subject: [PATCH] Fix spelling error in the SNMP field example (#7118) --- plugins/inputs/snmp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/snmp/README.md b/plugins/inputs/snmp/README.md index 68760968a..4e9ce8e50 100644 --- a/plugins/inputs/snmp/README.md +++ b/plugins/inputs/snmp/README.md @@ -111,7 +111,7 @@ option operate similar to the `snmpget` utility. ## Apply one of the following conversions to the variable value: ## float(X) Convert the input value into a float and divides by the - ## Xth power of 10. Efficively just moves the decimal left + ## Xth power of 10. Effectively just moves the decimal left ## X places. For example a value of `123` with `float(2)` ## will result in `1.23`. ## float: Convert the value into a float with no adjustment. Same