diff options
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 9e58520a3..55c84258b 100644 --- a/g10/armor.c +++ b/g10/armor.c @@ -1436,7 +1436,7 @@ unarmor_pump (UnarmorPump x, int c) case STA_wait_dash: x->state = c == '-'? STA_first_dash : STA_wait_newline; break; - case STA_first_dash: /* just need for initalization */ + case STA_first_dash: /* just need for initialization */ x->pos = 0; x->state = STA_compare_header; case STA_compare_header: |