diff options
author | Werner Koch <wk@gnupg.org> | 1998-04-25 10:08:35 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-04-25 10:08:35 +0200 |
commit | edca7206ca9acd95b298b40994b2c2527201a0ac (patch) | |
tree | 9a82889ac134830856cf17472f809fc513cd2cee /g10/kbnode.c | |
parent | missing (diff) | |
download | gnupg2-edca7206ca9acd95b298b40994b2c2527201a0ac.tar.xz gnupg2-edca7206ca9acd95b298b40994b2c2527201a0ac.zip |
changes from laptop
Diffstat (limited to 'g10/kbnode.c')
-rw-r--r-- | g10/kbnode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/kbnode.c b/g10/kbnode.c index d50d0578c..bdb58d191 100644 --- a/g10/kbnode.c +++ b/g10/kbnode.c @@ -136,7 +136,7 @@ find_prev_kbnode( KBNODE root, KBNODE node, int pkttype ) } /**************** - * Ditto, but find the next package. The behaviour is trivial if + * Ditto, but find the next packet. The behaviour is trivial if * PKTTYPE is 0 but if it is specified, the next node with a packet * of this type is returned. The function has some knowledge about * the valid ordering of packets: e.g. if the next signature packet |