index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Anatol Pomozov <anatol.pomozov@gmail.com> | 2013-04-14 19:33:46 -0700 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-04-18 13:20:13 +1000 |
commit | 769facca22db733f0a70ce6a38062d37fe8d2579 (patch) | |
tree | f344a3ec31338568237ca4eeff0a4025b52ee0f5 /lib/libalpm/signing.c | |
parent | 597286eb258f841dfc00f65474138fc6192f0092 (diff) |
-rw-r--r-- | lib/libalpm/signing.c | 2 |
diff --git a/lib/libalpm/signing.c b/lib/libalpm/signing.c index c653e454..32084585 100644 --- a/lib/libalpm/signing.c +++ b/lib/libalpm/signing.c @@ -105,7 +105,7 @@ static alpm_list_t *list_sigsum(gpgme_sigsum_t sigsum) sigsum_test_bit(sigsum, &summary, GPGME_SIGSUM_CRL_TOO_OLD, "crl too old"); /* A policy was not met. */ sigsum_test_bit(sigsum, &summary, GPGME_SIGSUM_BAD_POLICY, "bad policy"); - /* A system error occured. */ + /* A system error occurred. */ sigsum_test_bit(sigsum, &summary, GPGME_SIGSUM_SYS_ERROR, "sys error"); /* Fallback case */ if(!sigsum) { |