Fix spelling error in the SNMP field example (#7118)

This commit is contained in:
Daniel Nelson 2020-03-05 10:16:49 -08:00 committed by GitHub
parent 3817aafdcb
commit 561bb3df2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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