diff options
author | Werner Koch <wk@gnupg.org> | 2008-12-09 09:58:02 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2008-12-09 09:58:02 +0100 |
commit | 382d2f8efbb31b1eee16c1bbcd521099eb42c622 (patch) | |
tree | 514044051e08dcc8906d00ddc89a50053483a25b /g10/cpr.c | |
parent | Align ticker to the full or half second. (diff) | |
download | gnupg2-382d2f8efbb31b1eee16c1bbcd521099eb42c622.tar.xz gnupg2-382d2f8efbb31b1eee16c1bbcd521099eb42c622.zip |
Minor fixes.
Diffstat (limited to 'g10/cpr.c')
-rw-r--r-- | g10/cpr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -229,7 +229,7 @@ write_status_buffer ( int no, const char *buffer, size_t len, int wrap ) /* Print the BEGIN_SIGNING status message. If MD is not NULL it is - used retrieve the hash algorithms used for the message. */ + used to retrieve the hash algorithms used for the message. */ void write_status_begin_signing (gcry_md_hd_t md) { |