aboutsummaryrefslogtreecommitdiffstats
path: root/g10/cpr.c
diff options
context:
space:
mode:
authorNeal H. Walfield <[email protected]>2016-11-29 13:41:22 +0000
committerNeal H. Walfield <[email protected]>2016-11-29 13:56:00 +0000
commit522f74f7e377135cf098b6b0b9b35284c1dfc963 (patch)
treea5efc5605817ff6473b2149c016343716d0c00ed /g10/cpr.c
parentg10: Extend TOFU_STATS to always show the validity (diff)
downloadgnupg-522f74f7e377135cf098b6b0b9b35284c1dfc963.tar.gz
gnupg-522f74f7e377135cf098b6b0b9b35284c1dfc963.zip
Improve some comments.
Diffstat (limited to 'g10/cpr.c')
-rw-r--r--g10/cpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/cpr.c b/g10/cpr.c
index c20c3f4ce..0133cad31 100644
--- a/g10/cpr.c
+++ b/g10/cpr.c
@@ -405,7 +405,7 @@ myread(int fd, void *buf, size_t count)
/* Request a string from the client over the command-fd. If GETBOOL
is set the function returns a static string (do not free) if the
- netered value was true or NULL if the entered value was false. */
+ entered value was true or NULL if the entered value was false. */
static char *
do_get_from_fd ( const char *keyword, int hidden, int getbool )
{