Skip to content

Commit

Permalink
[#1240] Minor typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszmrugalski authored and fxdupont committed Sep 17, 2020
1 parent 8059197 commit 8a575ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/share/api/generate-templates
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 8a575ad

Please sign in to comment.