Skip to content

Commit cdcdfe4

Browse files
committed
Fix spelling error in function comment
1 parent 2f3ba1b commit cdcdfe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/arduino-cli-toolchain.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ function(__arduino_add_upload_target TARGET UPLOAD_TARGET FIRMWARE_FILENAME UPLO
807807
endfunction()
808808

809809
# ----------------------------------------------------------------------------------------------------------------------
810-
# Proprocesses `SOURCE_FILENAME..` in `MODE`, similar like arduino-cli would do.
810+
# Preprocesses `SOURCE_FILENAME..` in `MODE`, similar like arduino-cli would do.
811811
# ----------------------------------------------------------------------------------------------------------------------
812812
function(__arduino_preprocess OUTPUT_VARIABLE OUTPUT_DIRPATH SOURCE_DIRPATH MODE SOURCE_FILENAME) # [OTHER_SKETCHES...]
813813
set(OTHER_SKETCHES ${ARGN})

0 commit comments

Comments
 (0)