Skip to content

Commit 8a575ad

Browse files
tomaszmrugalskifxdupont
authored andcommitted
[#1240] Minor typo fixed
1 parent 8059197 commit 8a575ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/share/api/generate-templates

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ while [ $# -ne 0 ]; do
3636
echo " \"cmd-comment\": [ \"Possibly some extra comments after the syntax.\" ]," >> "$F"
3737

3838
echo " \"resp-syntax\": [ \"Syntax of the response\" ]," >> "$F"
39-
echo " \"resp-comment\": [ \"Optional extra comments after the resposne syntax.\" ]" >> "$F"
39+
echo " \"resp-comment\": [ \"Optional extra comments after the response syntax.\" ]" >> "$F"
4040
echo "}" >> "$F"
4141

4242
echo "$CMD generated."

0 commit comments

Comments
 (0)