From: Kevin P. Fleming Date: Sat, 21 Mar 2020 20:10:23 +0000 (-0400) Subject: Correct typo in Swagger specification X-Git-Tag: dnsdist-1.5.0-rc1~32^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8960%2Fhead;p=thirdparty%2Fpdns.git Correct typo in Swagger specification Found when loading the spec into a validating parser :-) Signed-off-by: Kevin P. Fleming --- diff --git a/docs/http-api/swagger/authoritative-api-swagger.yaml b/docs/http-api/swagger/authoritative-api-swagger.yaml index 82579902ef..3574f1fdff 100644 --- a/docs/http-api/swagger/authoritative-api-swagger.yaml +++ b/docs/http-api/swagger/authoritative-api-swagger.yaml @@ -1234,7 +1234,7 @@ definitions: description: 'Whether or not the key is in active use' published: type: boolean - descriptioon: 'Whether or not the DNSKEY record is published in the zone' + description: 'Whether or not the DNSKEY record is published in the zone' dnskey: type: string description: 'The DNSKEY record for this key'