diff options
Diffstat (limited to 'libunbound/unbound.h')
-rw-r--r-- | libunbound/unbound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libunbound/unbound.h b/libunbound/unbound.h index 567f48271e3e..fe903d0c51d4 100644 --- a/libunbound/unbound.h +++ b/libunbound/unbound.h @@ -357,7 +357,7 @@ int ub_ctx_add_ta(struct ub_ctx* ctx, const char* ta); int ub_ctx_add_ta_file(struct ub_ctx* ctx, const char* fname); /** - * Add trust anchor to the give context that is tracked with RFC5011 + * Add trust anchor to the given context that is tracked with RFC5011 * automated trust anchor maintenance. The file is written to when the * trust anchor is changed. * Pass the name of a file that was output from eg. unbound-anchor, |