Fix spelling in printf output

This commit is contained in:
Gregory Nutt 2017-06-02 16:12:21 -06:00
parent d1eaac7ed7
commit 2c903d5c7a
1 changed files with 1 additions and 1 deletions

View File

@ -823,7 +823,7 @@ int main(int argc, char **argv)
/* Select an MCU */
printf("Select an MCU for architecutre=%s:\n", g_selected_arch);
printf("Select an MCU for architecture=%s:\n", g_selected_arch);
g_selected_mcu = list_select(g_mcu, g_nmcu);
/* Enumerate the boards for the selected MCU */