diff options
author | Jason St. John <jstjohn@purdue.edu> | 2014-12-29 02:28:40 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-01-02 21:43:28 +1000 |
commit | 89b9e9d1dced68587b704cb9e9a2aab55fb60b06 (patch) | |
tree | 3a981311c36393ae03fb91a7988f93d042e72c13 /etc | |
parent | 80e6d8a6fe3c94e9a385322494b27885837b7b3a (diff) | |
download | pacman-89b9e9d1dced68587b704cb9e9a2aab55fb60b06.tar.xz |
Fix typo in a comment in makepkg.conf
Signed-off-by: Jason St. John <jstjohn@purdue.edu>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/makepkg.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index 9ed7ef91..19f673d1 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -19,7 +19,7 @@ DLAGENTS=('ftp::/usr/bin/curl -qfC - --ftp-pasv --retry 3 --retry-delay 3 -o %o # /usr/bin/lftpget -c # /usr/bin/wget -#-- The the package required by makepkg to download VCS sources +#-- The package required by makepkg to download VCS sources # Format: 'protocol::package' VCSCLIENTS=('bzr::bzr' 'git::git' |