aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2012-11-20 16:56:19 -0800
committerGerrit Code Review <noreply-gerritcodereview@google.com>2012-11-20 16:56:20 -0800
commit85e806b5554bf55e44a561e13f7e4a2f78395698 (patch)
tree864986a9a3a370dd0f18aaebed174c5c4fa6c8e9 /files
parent5bdaace7a1908e10dd4b85f148bb64f67fc42b80 (diff)
parent27d70582a8ce7358bf826df247777a539722bf30 (diff)
downloadsdk-85e806b5554bf55e44a561e13f7e4a2f78395698.tar.gz
Merge "39758: lint gripes about an OK format string"
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 b809ebad9..136adfce9 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" />