aboutsummaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2012-11-20 15:04:11 -0800
committerTor Norbye <tnorbye@google.com>2012-11-20 15:04:11 -0800
commit27d70582a8ce7358bf826df247777a539722bf30 (patch)
tree55d437fb4848858c8bc299f3975d9bb041910825 /files
parent58f08e38bdba9e7d594802d0e3c9f7f5549382a1 (diff)
downloadsdk-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')
-rw-r--r--files/ant/build.xml2
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" />