Skip to content

Commit 2339395

Browse files
author
Federico Fissore
committed
Fixed typo in arduino-core/build.xml. Closes #2339
1 parent 65a47e2 commit 2339395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-core/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<target name="clean" description="Clean out the build directories">
1212
<delete dir="bin" />
13-
<delete file="arudino-core.jar" />
13+
<delete file="arduino-core.jar" />
1414
</target>
1515

1616
<target name="compile" description="Compile">

0 commit comments

Comments
 (0)