diff options
-rwxr-xr-x | scripts/vim-patch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vim-patch.sh b/scripts/vim-patch.sh index b552874c27..9e28643d8e 100755 --- a/scripts/vim-patch.sh +++ b/scripts/vim-patch.sh @@ -3,7 +3,7 @@ set -e set -u set -o pipefail -# Use priviledged mode, which e.g. skips using CDPATH. +# Use privileged mode, which e.g. skips using CDPATH. set -p readonly NEOVIM_SOURCE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)" |