diff options
Diffstat (limited to 'g10/build-packet.c')
-rw-r--r-- | g10/build-packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/build-packet.c b/g10/build-packet.c index d1934e8c4..583752eb3 100644 --- a/g10/build-packet.c +++ b/g10/build-packet.c @@ -542,7 +542,7 @@ write_header( IOBUF out, int ctb, u32 len ) /**************** * if HDRLEN is > 0, try to build a header of this length. - * we need this, so hat we can hash packets without reading them again. + * we need this, so that we can hash packets without reading them again. */ static int write_header2( IOBUF out, int ctb, u32 len, int hdrlen, int blkmode ) |