From 938f23e429cd30a63f0541a27a88116dad444726 Mon Sep 17 00:00:00 2001 From: hidewrong <167099254+hidewrong@users.noreply.github.com> Date: Wed, 17 Apr 2024 16:13:35 +0800 Subject: [PATCH] Fix typo in comment (#3734) Signed-off-by: hidewrong --- src/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.go b/src/options.go index 38a5ba7c..a5173cf9 100644 --- a/src/options.go +++ b/src/options.go @@ -57,7 +57,7 @@ const usage = `usage: fzf [options] Layout --height=[~]HEIGHT[%] Display fzf window below the cursor with the given height instead of using fullscreen. - A negative value is calcalated as the terminal height + A negative value is calculated as the terminal height minus the given value. If prefixed with '~', fzf will determine the height according to the input size.