diff options
Diffstat (limited to '')
-rw-r--r-- | g10/packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/packet.h b/g10/packet.h index 81851373d..dc5b1583a 100644 --- a/g10/packet.h +++ b/g10/packet.h @@ -193,7 +193,7 @@ typedef struct { * Note about the pkey/skey elements: We assume that the secret keys * has the same elemts as the public key at the begin of the array, so * that npkey < nskey and it is possible to compare the secret and - * public keys by comparing the first npkey elements of pkey againts skey. + * public keys by comparing the first npkey elements of pkey against skey. */ typedef struct { u32 timestamp; /* key made */ |