summaryrefslogtreecommitdiffstats
path: root/g10/free-packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/free-packet.c')
-rw-r--r--g10/free-packet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/free-packet.c b/g10/free-packet.c
index 8a484eb25..09971c4cf 100644
--- a/g10/free-packet.c
+++ b/g10/free-packet.c
@@ -65,7 +65,7 @@ free_seckey_enc( PKT_signature *sig )
/****************
* Return the digest algorithm from the signature packet.
- * We need this function because the digeste algo depends on the
+ * We need this function because the digest algo depends on the
* used pubkey algorithm.
*/
int
@@ -215,7 +215,7 @@ void
free_compressed( PKT_compressed *zd )
{
if( zd->buf ) { /* have to skip some bytes */
- /* don't have any informations about the length, so
+ /* don't have any information about the length, so
* we assume this is the last packet */
while( iobuf_get(zd->buf) != -1 )
;