diff options
author | William Giokas <1007380@gmail.com> | 2013-04-01 01:46:48 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-04-06 12:59:02 +1000 |
commit | 7b10519835eadec97487728516b1a712c4b896eb (patch) | |
tree | 31928372678ee325c23a3552eb435d1c223948f2 | |
parent | b5a7734a7ecdd35f64f33eeed5252423ca005fd2 (diff) | |
download | pacman-7b10519835eadec97487728516b1a712c4b896eb.tar.xz |
doc: fix debug spelling mistake
with -> when
Signed-off-by: William Giokas <1007380@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r-- | doc/makepkg.conf.5.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt index 0d1cf00c..be5b809a 100644 --- a/doc/makepkg.conf.5.txt +++ b/doc/makepkg.conf.5.txt @@ -182,7 +182,7 @@ Options *debug*;; Add the user-specified debug flags as specified in DEBUG_CFLAGS and DEBUG_CXXFLAGS to their counterpart buildflags. Creates a separate - package containing the debug symbols with used with `strip'. + package containing the debug symbols when used with `strip'. **INTEGRITY_CHECK=(**check1 ...**)**:: File integrity checks to use. Multiple checks may be specified; this |