From feb8ca76545cba4fd0927273ddf90a77df994006 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 10 Jul 2020 09:28:20 -0700 Subject: [PATCH] spelling --- docs/parsers/sysctl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/parsers/sysctl.md b/docs/parsers/sysctl.md index 06ca7b9c..a511d69e 100644 --- a/docs/parsers/sysctl.md +++ b/docs/parsers/sysctl.md @@ -6,7 +6,7 @@ Usage: specify --sysctl as the first argument if the piped input is coming from sysctl -a Note: since sysctl output is not easily parsable only a very simple key/value object - will be output. An attempt is made to covert obvious integers and floats. If no + will be output. An attempt is made to convert obvious integers and floats. If no conversion is desired, use the -r (raw) option. Compatibility: