summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDan Peirce <peirce.dan@gmail.com>2014-08-12 17:35:34 -0700
committerDamien George <damien.p.george@gmail.com>2014-08-16 11:54:36 +0100
commitf0c3a7e781632fd74443a091f80a5bd8e9176c00 (patch)
tree607a0927b3e796ef6d2c9de9b4bcdc9143cfdbc7
parent6009309c336e7aedad1ba900e9a1ff89ed3dc75a (diff)
downloadmicropython-f0c3a7e781632fd74443a091f80a5bd8e9176c00.tar.gz
micropython-f0c3a7e781632fd74443a091f80a5bd8e9176c00.zip
teensy/README.md (corrected typo)
-rw-r--r--teensy/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/teensy/README.md b/teensy/README.md
index 6af7ede212..9f3eb7be01 100644
--- a/teensy/README.md
+++ b/teensy/README.md
@@ -5,7 +5,7 @@ Currently the Teensy 3.1 port of Micro Python builds under Linux and not under W
The tool chain required for the build can be found at <https://launchpad.net/gcc-arm-embedded>.
Downlaod the current Linux *.tar.bz2 file. Instructions regarding unpacking the file and moving it to the correct location
-as well as adding the extracted folders to the enviroment varabe can be found at
+as well as adding the extracted folders to the enviroment variable can be found at
<http://eliaselectronics.com/stm32f4-tutorials/setting-up-the-stm32f4-arm-development-toolchain/>
## Previous Instructions Shown Below (no longer valid)