diff options
Diffstat (limited to 'g10/pipemode.c')
-rw-r--r-- | g10/pipemode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/pipemode.c b/g10/pipemode.c index e2a318e29..54e461f46 100644 --- a/g10/pipemode.c +++ b/g10/pipemode.c @@ -108,7 +108,7 @@ pipemode_filter( void *opaque, int control, /* FIXME: we have to make sure that we have a large enough * buffer for a control packet even after we already read * something. The easest way to do this is probably by ungetting - * the control sequenceand and returning the buffer we have + * the control sequence and returning the buffer we have * already assembled */ int c = iobuf_get (a); if (c == -1) { |