Skip to content

Commit

Permalink
Fix spelling error in the SNMP field example (influxdata#7118)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson authored Mar 5, 2020
1 parent 3817aaf commit 561bb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/snmp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 561bb3d

Please sign in to comment.