diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2013-04-17 13:08:45 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2013-04-17 13:08:45 +0400 |
commit | 80415d61bb3eb38df8070555cebedaf0ffdba16d (patch) | |
tree | 4ecf4d7a826bf7a96229b9df6e1df1c6d1076a67 /vim | |
parent | 49ed696cf0a78c69dd8b257cb5ee0b21786798d2 (diff) | |
download | cibs-pkgs-80415d61bb3eb38df8070555cebedaf0ffdba16d.tar.gz |
Typo
Diffstat (limited to 'vim')
-rw-r--r-- | vim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/Makefile b/vim/Makefile index 836d038..56ba8f2 100644 --- a/vim/Makefile +++ b/vim/Makefile @@ -31,7 +31,7 @@ $(eval $(call add-variant,basic)) $(eval $(call add-variant,nox)) $(eval $(call add-variant,tiny)) -# Clean protodir, because they do not exist, e do not use them, +# Clean protodir, because they do not exist, we do not use them, # and pkg requires them to exist pkg-protos := -d . |