aboutsummaryrefslogtreecommitdiff
path: root/scripts/vim-patch.sh
diff options
context:
space:
mode:
authorDaniel Hahler <github@thequod.de>2016-08-14 14:19:46 +0200
committerJustin M. Keyes <justinkz@gmail.com>2016-08-14 08:19:46 -0400
commit884b37fd2adda17fbcc2392ae871e6999b758895 (patch)
treee0408e7374c80bbbdee5ecfecb5019ac11b0ab5c /scripts/vim-patch.sh
parentfb98145aa2446b3f86c6f1f34a7c732f99c7c186 (diff)
downloadrneovim-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-xscripts/vim-patch.sh2
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)"