ardupilotwaf: change a word(NFC)

This commit is contained in:
muramura 2024-04-09 20:47:28 +09:00 committed by Randy Mackay
parent 927cfeec68
commit 4ef66dcf34
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ class Board:
(int(major) == want_major and int(minor) >= want_minor))
def configure_env(self, cfg, env):
# Use a dictionary instead of the convetional list for definitions to
# Use a dictionary instead of the conventional list for definitions to
# make easy to override them. Convert back to list before consumption.
env.DEFINES = {}