summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhidewrong <167099254+hidewrong@users.noreply.github.com>2024-04-17 16:13:35 +0800
committerGitHub <noreply@github.com>2024-04-17 17:13:35 +0900
commit938f23e429cd30a63f0541a27a88116dad444726 (patch)
tree57b31b4ca5eaa14fe74463b9dd56418d0a91a607
parentf97d2754134607b24849fc4a2062dbfcaafddd6a (diff)
Fix typo in comment (#3734)
Signed-off-by: hidewrong <hidewrong@outlook.com>
-rw-r--r--src/options.go2
1 files changed, 1 insertions, 1 deletions
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.