Fix some spelling

This commit is contained in:
Scott Lahteine
2019-05-10 20:39:09 -05:00
parent 62b36d1b98
commit a613bcad2d
5 changed files with 5 additions and 5 deletions

View File

@ -233,7 +233,7 @@ void MarlinUI::init_lcd() {
OUT_WRITE(LCD_RESET_PIN, LOW); // perform a clean hardware reset
_delay_ms(5);
OUT_WRITE(LCD_RESET_PIN, HIGH);
_delay_ms(5); // delay to allow the display to initalize
_delay_ms(5); // delay to allow the display to initialize
#endif
#if PIN_EXISTS(LCD_RESET)