aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2012-07-14 20:23:55 -0600
committerJohn Rigby <john.rigby@linaro.org>2012-07-14 20:23:55 -0600
commit1b8d7ad98893b5e88a9c687e0c6db546ff5cf0b3 (patch)
treeca4224083f3f51ad7ddeb3a7e38ec7915470eae4
parente8268f0cdb72e112cee9ba0a713a6530108d3080 (diff)
fix quoting
-rw-r--r--jenkins/dumpjobinfo.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins/dumpjobinfo.html b/jenkins/dumpjobinfo.html
index e2be7d3..4c9d783 100644
--- a/jenkins/dumpjobinfo.html
+++ b/jenkins/dumpjobinfo.html
@@ -66,7 +66,7 @@ if (goodkernel) {
document.writeln('kernel name is:');
document.writeln(' set via name=kernelname in iframe in project description');
document.writeln(' or');
- document.writeln(' guessed from jenkins project name by removing everthing upto and including 'linux-linaro'');
+ document.writeln(' guessed from jenkins project name by removing everthing upto and including "linux-linaro"');
}
</script>
</pre>