From 885ad8175495955f68611f1f637fb682c457e0a4 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Thu, 23 Nov 2023 22:36:26 +0900 Subject: [PATCH] libsmartcols: (man) fix typos Signed-off-by: Masatake YAMATO --- libsmartcols/scols-filter.5.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsmartcols/scols-filter.5.adoc b/libsmartcols/scols-filter.5.adoc index 7a39c91f0f..ec1d95c5a7 100644 --- a/libsmartcols/scols-filter.5.adoc +++ b/libsmartcols/scols-filter.5.adoc @@ -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 -- 2.47.3