Skip to content

Commit

Permalink
Fix minor typo in generated comment (#8503)
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower authored Mar 5, 2022
1 parent 24c4152 commit a736a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/makecorever.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def git(*args):
text += "#define ARDUINO_ESP8266_RELEASE \"{}\"\n".format(git_desc)
text += "#define ARDUINO_ESP8266_RELEASE_{}\n".format(git_desc.replace("-","_").replace(".","_"))
else:
text += "#define ARDUINO_ESP8266_DEV 1 // developpment version\n"
text += "#define ARDUINO_ESP8266_DEV 1 // development version\n"

try:
with open(path, "r") as inp:
Expand Down

0 comments on commit a736a95

Please sign in to comment.