summaryrefslogtreecommitdiff
path: root/lib/libalpm/signing.c
diff options
context:
space:
mode:
authormorganamilo <morganamilo@gmail.com>2019-02-02 19:01:05 +0000
committerAllan McRae <allan@archlinux.org>2019-02-04 10:17:30 +1000
commit04e77591d6333002815e9276ca08c01230fcf212 (patch)
tree96143cf560ce7fd6bbaa34e793be3b2f00ae4516 /lib/libalpm/signing.c
parent11bc315cdb3c2a3f227b4d05c13f615dfb453b5e (diff)
downloadpacman-04e77591d6333002815e9276ca08c01230fcf212.tar.xz
fix various typos
Signed-off-by: morganamilo <morganamilo@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/signing.c')
-rw-r--r--lib/libalpm/signing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/signing.c b/lib/libalpm/signing.c
index df7ac6ca..92598b0e 100644
--- a/lib/libalpm/signing.c
+++ b/lib/libalpm/signing.c
@@ -182,7 +182,7 @@ static int init_gpgme(alpm_handle_t *handle)
#endif
/* NOTE:
* The GPGME library installs a SIGPIPE signal handler automatically if
- * the default signal hander is in use. The only time we set a handler
+ * the default signal handler is in use. The only time we set a handler
* for SIGPIPE is in dload.c, and we reset it when we are done. Given that
* we do this, we can let GPGME do its automagic. However, if we install
* a library-wide SIGPIPE handler, we will have to be careful.