From b5d327581b67fafbe230e539dcbcff0e169bb6c1 Mon Sep 17 00:00:00 2001 From: Akshit Sarin Date: Mon, 14 Oct 2019 03:11:31 +0530 Subject: [PATCH] Fixed a typo in QUICKSTART.md Signed-off-by: Akshit Sarin '*toolcahin* to toolchain' --- QUICKSTART.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QUICKSTART.md b/QUICKSTART.md index 39cd5bc3..23a826fd 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -32,7 +32,7 @@ sudo -H pip install --upgrade cython==0.28.1 setuptools ``` ### Step 3 of 10 -Install buildozer, a tool for creating the apk package using the python for android toolcahin. +Install buildozer, a tool for creating the apk package using the python for android toolchain. ``` git clone https://github.com/lbryio/buildozer.git cd buildozer && python2.7 setup.py install && cd ..