diff options
author | morganamilo <morganamilo@gmail.com> | 2019-09-09 20:39:09 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-10-04 03:26:44 +0200 |
commit | 6f3810793f4b1fc82094ccb1847ed82b85a203e6 (patch) | |
tree | bb305125a0450760cacccf6fee845df48668aab3 /scripts | |
parent | bcb44891ef8aa6feee3090cc0fd87b60e73aed5d (diff) | |
download | pacman-6f3810793f4b1fc82094ccb1847ed82b85a203e6.tar.gz pacman-6f3810793f4b1fc82094ccb1847ed82b85a203e6.tar.xz |
libmakepkg: fix typo
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/libmakepkg/buildenv.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/libmakepkg/buildenv.sh.in b/scripts/libmakepkg/buildenv.sh.in index a8d416c8..085e1380 100644 --- a/scripts/libmakepkg/buildenv.sh.in +++ b/scripts/libmakepkg/buildenv.sh.in @@ -1,7 +1,7 @@ #!/bin/bash # # buildenv.sh - functions for altering the build environment before -# compiliation +# compilation # # Copyright (c) 2015-2018 Pacman Development Team <pacman-dev@archlinux.org> # |