diff options
author | Daniel Kahn Gillmor <[email protected]> | 2018-10-25 13:46:23 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2018-10-25 20:53:05 +0000 |
commit | b39ece7d35401302879062d9d4bec25b1249ae7e (patch) | |
tree | 355ff843ac7ca37264390a9f95494d0a4f93bc27 /tools/gpgtar.h | |
parent | speedo: Sign the windows installer with a timestamp. (diff) | |
download | gnupg-b39ece7d35401302879062d9d4bec25b1249ae7e.tar.gz gnupg-b39ece7d35401302879062d9d4bec25b1249ae7e.zip |
headers: fix spelling
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'tools/gpgtar.h')
-rw-r--r-- | tools/gpgtar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgtar.h b/tools/gpgtar.h index 8cbe80bbb..28d3d88b1 100644 --- a/tools/gpgtar.h +++ b/tools/gpgtar.h @@ -88,7 +88,7 @@ typedef enum } typeflag_t; -/* The internal represenation of a TAR header. */ +/* The internal representation of a TAR header. */ struct tar_header_s; typedef struct tar_header_s *tar_header_t; struct tar_header_s |