diff options
author | Daniel Hahler <github@thequod.de> | 2016-08-14 14:19:46 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-08-14 08:19:46 -0400 |
commit | 884b37fd2adda17fbcc2392ae871e6999b758895 (patch) | |
tree | e0408e7374c80bbbdee5ecfecb5019ac11b0ab5c /scripts/vim-patch.sh | |
parent | fb98145aa2446b3f86c6f1f34a7c732f99c7c186 (diff) | |
download | rneovim-884b37fd2adda17fbcc2392ae871e6999b758895.tar.gz rneovim-884b37fd2adda17fbcc2392ae871e6999b758895.tar.bz2 rneovim-884b37fd2adda17fbcc2392ae871e6999b758895.zip |
scripts/vim-patch.sh: fix typo (#5221)
[ci skip]
Diffstat (limited to 'scripts/vim-patch.sh')
-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)" |