From 8cb365034a1ac7b19542e79f61d1fe23d95b0025 Mon Sep 17 00:00:00 2001 From: "Dennis E. Mungai" Date: Mon, 23 Jul 2018 20:39:08 +0300 Subject: [PATCH] Fix typo for ARM cross-compile instructions (#437) --- docs/source/build_instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/build_instructions.md b/docs/source/build_instructions.md index 2553c13034..e3cff00ca8 100644 --- a/docs/source/build_instructions.md +++ b/docs/source/build_instructions.md @@ -215,7 +215,7 @@ The install-build-deps script can be used to install all the compiler and library dependencies directly from Ubuntu: ```shell -$ ./pacakger/build/install-build-deps.sh +$ ./packager/build/install-build-deps.sh ``` Install sysroot image and others using `gclient`: