Skip to content

Commit a736a95

Browse files
Fix minor typo in generated comment (#8503)
1 parent 24c4152 commit a736a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/makecorever.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def git(*args):
7070
text += "#define ARDUINO_ESP8266_RELEASE \"{}\"\n".format(git_desc)
7171
text += "#define ARDUINO_ESP8266_RELEASE_{}\n".format(git_desc.replace("-","_").replace(".","_"))
7272
else:
73-
text += "#define ARDUINO_ESP8266_DEV 1 // developpment version\n"
73+
text += "#define ARDUINO_ESP8266_DEV 1 // development version\n"
7474

7575
try:
7676
with open(path, "r") as inp:

0 commit comments

Comments
 (0)