From 4179996fefd272cc0c893b88ad17c010fa037768 Mon Sep 17 00:00:00 2001 From: spaette Date: Wed, 11 Sep 2024 13:05:04 -0500 Subject: Fix typos --- data/shell-completions/bash/meson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/shell-completions/bash') diff --git a/data/shell-completions/bash/meson b/data/shell-completions/bash/meson index 88dc15ec3..0814342db 100644 --- a/data/shell-completions/bash/meson +++ b/data/shell-completions/bash/meson @@ -30,7 +30,7 @@ _subprojects() { local COMPREPLY=() _filedir # _filedir for whatever reason can't reason about symlinks, so -d will them. - # Filter out wrap files with this expresion. + # Filter out wrap files with this expression. IFS=$'\n' echo "${COMPREPLY[*]}" | grep -vE '\.wrap$' | xargs popd &>/dev/null } -- cgit v1.2.3