diff options
author | Tor Norbye <tnorbye@google.com> | 2012-11-20 15:04:11 -0800 |
---|---|---|
committer | Tor Norbye <tnorbye@google.com> | 2012-11-20 15:04:11 -0800 |
commit | 27d70582a8ce7358bf826df247777a539722bf30 (patch) | |
tree | 55d437fb4848858c8bc299f3975d9bb041910825 /files/ant | |
parent | 58f08e38bdba9e7d594802d0e3c9f7f5549382a1 (diff) | |
download | sdk-27d70582a8ce7358bf826df247777a539722bf30.zip sdk-27d70582a8ce7358bf826df247777a539722bf30.tar.gz sdk-27d70582a8ce7358bf826df247777a539722bf30.tar.bz2 |
39758: lint gripes about an OK format string
Change-Id: I4a2f9a0a2bb9eb0a3368b4595e040458fadf8e74
Diffstat (limited to 'files/ant')
-rw-r--r-- | files/ant/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ant/build.xml b/files/ant/build.xml index b65be95..9f413d1 100644 --- a/files/ant/build.xml +++ b/files/ant/build.xml @@ -1265,7 +1265,7 @@ </extra-instrument-args> </run-tests-helper> - <echo level="info">Settting permission to download the coverage file...</echo> + <echo level="info">Setting permission to download the coverage file...</echo> <exec executable="${adb}" failonerror="true"> <arg line="${adb.device.arg}" /> <arg value="shell" /> |