scripts/vim-patch.sh: fix typo (#5221)

[ci skip]
This commit is contained in:
Daniel Hahler 2016-08-14 14:19:46 +02:00 committed by Justin M. Keyes
parent fb98145aa2
commit 884b37fd2a
1 changed files with 1 additions and 1 deletions

View File

@ -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)"