diff options
Diffstat (limited to '')
-rw-r--r-- | src/engine-gpgconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine-gpgconf.c b/src/engine-gpgconf.c index 24867c74..33a1da01 100644 --- a/src/engine-gpgconf.c +++ b/src/engine-gpgconf.c @@ -1041,7 +1041,7 @@ gpgconf_conf_dir (void *engine, const char *what, char **result) /* Parse a line received from gpgconf --query-swdb. This function may - * modify LINE. The result is stored at RESUL. */ + * modify LINE. The result is stored at RESULT. */ static gpg_error_t parse_swdb_line (char *line, gpgme_query_swdb_result_t result) { |