fix "subdirectory" typo

Esse commit está contido em:
max ulidtko
2013-05-09 19:28:44 +03:00
commit 377a87a8e8
+1 -1
Ver Arquivo
@@ -23,7 +23,7 @@ class Build(Command):
Build a project in the current directory and produce a ready-to-upload
firmware file.
The project is expected to have a `src' subdirectroy where all its sources
The project is expected to have a `src' subdirectory where all its sources
are located. This directory is scanned recursively to find
*.[c|cpp|pde|ino] files. They are compiled and linked into resulting
firmware hex-file.