diff options
author | Werner Koch <[email protected]> | 2010-06-08 16:59:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-06-08 16:59:19 +0000 |
commit | f7b0b80e4aab4a62a02de5cdbf1957754700751d (patch) | |
tree | e65297a79108d667059a4d01002ba657b85903e7 /common/sexputil.c | |
parent | use estream for status output. (diff) | |
download | gnupg-f7b0b80e4aab4a62a02de5cdbf1957754700751d.tar.gz gnupg-f7b0b80e4aab4a62a02de5cdbf1957754700751d.zip |
W32CE fix.
Typo fixes
Diffstat (limited to 'common/sexputil.c')
-rw-r--r-- | common/sexputil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/sexputil.c b/common/sexputil.c index 25ddbdd7f..736caded3 100644 --- a/common/sexputil.c +++ b/common/sexputil.c @@ -99,7 +99,7 @@ keygrip_from_canon_sexp (const unsigned char *key, size_t keylen, /* Compare two simple S-expressions like "(3:foo)". Returns 0 if they - are identical or !0 if they are not. Not that this function can't + are identical or !0 if they are not. Note that this function can't be used for sorting. */ int cmp_simple_canon_sexp (const unsigned char *a_orig, |