]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Update _template.json
authorSuzanne Goldlust <sgoldlust@isc.org>
Wed, 3 Oct 2018 18:32:02 +0000 (14:32 -0400)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 29 Oct 2019 17:57:13 +0000 (18:57 +0100)
doc/api/_template.json

index 008db1113f9cddff0964a4af8c484d7c51c05eb5..0433bb8e7a3c61f86f1b99504f52d00dcfb69a99 100644 (file)
     "avail": "first version the command appeared in",
 
     // Many commands are provided by a hook. Specify the name of the hook here.
-    // If this hook is provided by the deamons natively (without needing to load
+    // If this hook is provided by the daemons natively (without needing to load
     // a hook), remove the whole "hook" entry.
     "hook": "name of the hook that provides this command. remove if provided by
              the core code",
 
-    // This defines a syntax of the command
+    // This defines a syntax of the command.
     "cmd-syntax": "Syntax of the command",
 
     // This defines a description printed immediately below the command syntax.
     "cmd-comment": "Possibly some extra comments after the syntax.",
 
-    // This defines a syntax of the response
+    // This defines a syntax of the response.
     "resp-syntax": "Syntax of the response",
 
-    // This defines a description printed immediately below th response syntax.
-    "resp-comment": "Optional extra comments after the respone syntax."
+    // This defines a description printed immediately below the response syntax.
+    "resp-comment": "Optional extra comments after the response syntax."
 }