From: Tomek Mrugalski Date: Thu, 17 Sep 2020 13:13:50 +0000 (+0200) Subject: [#1240] Minor typo fixed X-Git-Tag: Kea-1.9.0~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a575ad46dee1487364fad394e7a325337200839;p=thirdparty%2Fkea.git [#1240] Minor typo fixed --- diff --git a/src/share/api/generate-templates b/src/share/api/generate-templates index 4245f56a77..1bfc9ec0b5 100755 --- a/src/share/api/generate-templates +++ b/src/share/api/generate-templates @@ -36,7 +36,7 @@ while [ $# -ne 0 ]; do echo " \"cmd-comment\": [ \"Possibly some extra comments after the syntax.\" ]," >> "$F" echo " \"resp-syntax\": [ \"Syntax of the response\" ]," >> "$F" - echo " \"resp-comment\": [ \"Optional extra comments after the resposne syntax.\" ]" >> "$F" + echo " \"resp-comment\": [ \"Optional extra comments after the response syntax.\" ]" >> "$F" echo "}" >> "$F" echo "$CMD generated."