From 39341924db60d747fe493dd0752546c4a9e46b56 Mon Sep 17 00:00:00 2001 From: Roland Levillain Date: Tue, 20 Oct 2015 12:48:19 +0100 Subject: [PATCH] Typos in envsetup.sh. Change-Id: I31cc811e1352b9c924bdf164561f334b032d6f5c --- envsetup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/envsetup.sh b/envsetup.sh index c8152b695..d1d47dfe3 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -21,7 +21,7 @@ Invoke ". build/envsetup.sh" from your shell to add the following functions to y - sgrep: Greps on all local source files. - godir: Go to the directory containing a file. -Environemnt options: +Environment options: - SANITIZE_HOST: Set to 'true' to use ASAN for all host modules. Note that ASAN_OPTIONS=detect_leaks=0 will be set by default until the build is leak-check clean. @@ -920,7 +920,7 @@ function coredump_setup() adb root; adb wait-for-device; - echo "Remounting root parition read-write..."; + echo "Remounting root partition read-write..."; adb shell mount -w -o remount -t rootfs rootfs; sleep 1; adb wait-for-device;