From e86a9fdecd5a492dfb4df29d96212160dbae54f0 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 11 Nov 2014 14:42:56 +0000 Subject: [PATCH] - review fix from Ralph. git-svn-id: file:///svn/unbound/trunk@3263 be551aaa-1e26-0410-a405-d3ace91eadb9 --- libunbound/unbound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libunbound/unbound.h b/libunbound/unbound.h index 567f48271..fe903d0c5 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, -- 2.47.2