Skip to content

Commit c0eba84

Browse files
author
jantje
committed
#1389 fix typo
1 parent d0f037a commit c0eba84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

io.sloeber.core/src/io/sloeber/core/api/CompileDescription.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public String getEnvValue() {
6969

7070
public enum SizeCommands {
7171

72-
ARDUINO_WAY, AVR_ALTERANATIVE, RAW_RESULT, CUSTOM;
72+
ARDUINO_WAY, AVR_ALTERNATIVE, RAW_RESULT, CUSTOM;
7373

7474
private String myCustomSizeCommand = EMPTY;
7575

@@ -110,7 +110,7 @@ public String getEnvValue() {
110110
switch (this) {
111111
case ARDUINO_WAY:
112112
return "${sloeber.size_command.awk}"; //$NON-NLS-1$
113-
case AVR_ALTERANATIVE:
113+
case AVR_ALTERNATIVE:
114114
return "${sloeber.size_command.avr}"; //$NON-NLS-1$
115115
case RAW_RESULT:
116116
return "${recipe.size.pattern}"; //$NON-NLS-1$

0 commit comments

Comments
 (0)