diff options
author | Werner Koch <wk@gnupg.org> | 1998-02-03 13:09:20 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-02-03 13:09:20 +0100 |
commit | 899b8378eca7a3801d02bab5fb4cd13dfb6a8595 (patch) | |
tree | 71b685933a39dfbdc7d6801775dc2c6ff99aeddf /g10/armor.c | |
parent | changed structure of trustdb (diff) | |
download | gnupg2-899b8378eca7a3801d02bab5fb4cd13dfb6a8595.tar.xz gnupg2-899b8378eca7a3801d02bab5fb4cd13dfb6a8595.zip |
Fixed a few bugs
Diffstat (limited to 'g10/armor.c')
-rw-r--r-- | g10/armor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/armor.c b/g10/armor.c index 3a6fc41f3..7269b325a 100644 --- a/g10/armor.c +++ b/g10/armor.c @@ -698,7 +698,7 @@ armor_filter( void *opaque, int control, iobuf_writestr(a, head_strings[afx->what] ); iobuf_writestr(a, "-----\n"); iobuf_writestr(a, "Version: G10 pre-release " VERSION "\n"); - iobuf_writestr(a, "Comment: This is a alpha test version!\n\n"); + iobuf_writestr(a, "Comment: This is an alpha test version!\n\n"); afx->status++; afx->idx = 0; afx->idx2 = 0; |