diff options
author | Dianne Hackborn <hackbod@google.com> | 2013-02-25 15:42:07 -0800 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2013-02-25 15:42:07 -0800 |
commit | ec559ff78caa16cffcc7b9d688fe911e8945e17d (patch) | |
tree | 1312b153ba9ee001ceb8ed0e09c95fa85ada9bce /tools/aapt/Command.cpp | |
parent | f4b36ad1617920691def64c00179666e2e42d5fa (diff) |
Fix typo.
Change-Id: I71c8458e02dc9b9a4c59e51ded37b57a930038f9
Diffstat (limited to 'tools/aapt/Command.cpp')
-rw-r--r-- | tools/aapt/Command.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/Command.cpp b/tools/aapt/Command.cpp index 5cec06fe1848..84f5a5ca60d7 100644 --- a/tools/aapt/Command.cpp +++ b/tools/aapt/Command.cpp @@ -1283,7 +1283,7 @@ int doDump(Bundle* bundle) // network location feature, we infer that it meant to printf("uses-feature:'android.hardware.location.network'\n"); printf("uses-implied-feature:'android.hardware.location.network'," \ - "'requested android.permission.ACCESS_COURSE_LOCATION permission'\n"); + "'requested android.permission.ACCESS_COARSE_LOCATION permission'\n"); } // Bluetooth-related compatibility logic |