Use US spelling of 'behavior'

This commit is contained in:
Scott Lahteine
2019-05-15 01:49:17 -05:00
parent 7f1e0c5670
commit 785c01f2bc
82 changed files with 237 additions and 237 deletions

View File

@ -42,7 +42,7 @@
void GcodeSuite::M301() {
// multi-extruder PID patch: M301 updates or prints a single extruder's PID values
// default behaviour (omitting E parameter) is to update for extruder 0 only
// default behavior (omitting E parameter) is to update for extruder 0 only
const uint8_t e = parser.byteval('E'); // extruder being updated
if (e < HOTENDS) { // catch bad input value