]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libsmartcols: (man) fix typos
authorMasatake YAMATO <yamato@redhat.com>
Thu, 23 Nov 2023 13:36:26 +0000 (22:36 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Thu, 23 Nov 2023 13:36:26 +0000 (22:36 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
libsmartcols/scols-filter.5.adoc

index 7a39c91f0f8a47ced7cb460934316c1f388b740b..ec1d95c5a7c7c972af113c179f2c1266b6300f47 100644 (file)
@@ -82,8 +82,8 @@ types are integer, float, string and boolean.
 An operator works with one or two operand(s). An operator has an expectation
 about the data type(s) of its operands. Giving an unexpected data type to an
 operator causes a syntax error. The library can cast between data types, the
-preffered is always the type as specified by `param` and in case of expression with
-number and float the prefered is the float.
+prefferred is always the type as specified by `param` and in case of expression with
+number and float the preferred is the float.
 
 Operators taking two operands are `and`, `or`, `eq`, `ne`, `le`, `lt`, `ge`, `gt`, `=~`, `!~`.
 Alphabetically named operators have C-language