]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1240] Minor typo fixed
authorTomek Mrugalski <tomek@isc.org>
Thu, 17 Sep 2020 13:13:50 +0000 (15:13 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 17 Sep 2020 14:06:20 +0000 (16:06 +0200)
src/share/api/generate-templates

index 4245f56a77eefcd6fa3d11328c51fb86bdfee302..1bfc9ec0b5ea12a95055dba1b2c67bcf29761440 100755 (executable)
@@ -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."