summaryrefslogtreecommitdiffstats
path: root/completions
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-09-23 11:41:52 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-09-23 11:42:49 -0400
commite456c6e18ce47279d429b38f0b348e1a5f2b2beb (patch)
tree84abea6eac269002e7650149cbd3d0b20a304465 /completions
parentcf2eb17c48a23d49bf517df58e34e30529c16576 (diff)
downloadbfs-e456c6e18ce47279d429b38f0b348e1a5f2b2beb.tar.xz
Fix spelling
Diffstat (limited to 'completions')
-rw-r--r--completions/bfs.zsh6
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/bfs.zsh b/completions/bfs.zsh
index 3825e09..6b46f83 100644
--- a/completions/bfs.zsh
+++ b/completions/bfs.zsh
@@ -91,11 +91,11 @@ args=(
'*-user[find files owned by user NAME]:user:_users'
'*-hidden[find hidden files (those beginning with .)]'
- '*-ilname[find symbolic links whose target matches GLOB (case insensitve)]:link pattern to search (case insensitive):'
+ '*-ilname[find symbolic links whose target matches GLOB (case insensitive)]:link pattern to search (case insensitive):'
'*-iname[find files whose name matches GLOB (case insensitive)]:name pattern to match (case insensitive):'
'*-inum[find files with inode number N]:inode number:'
- '*-ipath[find files whose entire path matches GLOB (case insenstive)]:path pattern to search (case insensitive):'
- '*-iregex[find files whose entire path matches REGEX (case insenstive)]:regular expression to search (case insensitive):'
+ '*-ipath[find files whose entire path matches GLOB (case insensitive)]:path pattern to search (case insensitive):'
+ '*-iregex[find files whose entire path matches REGEX (case insensitive)]:regular expression to search (case insensitive):'
'*-iwholename[find files whose entire path matches GLOB (case insensitive)]:full path pattern to search (case insensitive):'
'*-links[find files with N hard links]:number of links:'