Skip to content

Commit 4d15c0a

Browse files
authored
Fix misspelled word in sketch comment
The codespell tool is used for automated detection of common misspellings in the files of this project. A new release of codespell includes an expansion of its misspellings dictionary. The new version was able to catch a previously undetected typo in a sketch comment, which is hereby corrected.
1 parent 07b6352 commit 4d15c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Advanced/ADC_Multi_Channel_Dynamic/ADC_Multi_Channel_Dynamic.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ void queryPins() {
3434
}
3535
} while (!(c == '\n' || num_active_pins >= AN_MAX_ADC_CHANNELS));
3636

37-
// No (valid) input? Repeat previous measurement cylce
37+
// No (valid) input? Repeat previous measurement cycle
3838
if (!num_active_pins) {
3939
num_active_pins = old_num_active_pins;
4040
}

0 commit comments

Comments
 (0)