summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2010-04-29 09:06:53 +0200
committerjasplin <qt-info@nokia.com>2010-04-29 09:06:53 +0200
commit5c31e4d684dcaf877ad9f3c9b5d6f6648298b6c9 (patch)
tree1f088847a2d941528ea3423876e5e489ea3a79d0 /src
parenta16fb1cf755a336fab8e8e602bee59cedeef034f (diff)
Fixed typos.
Diffstat (limited to 'src')
-rw-r--r--src/bm/bmrequest.cpp6
-rw-r--r--src/bmweb/indexsection.js2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/bm/bmrequest.cpp b/src/bm/bmrequest.cpp
index 9a519f6..08aff2b 100644
--- a/src/bm/bmrequest.cpp
+++ b/src/bm/bmrequest.cpp
@@ -5234,15 +5234,15 @@ void BMRequest_IndexGetValues::handleReply_HTML(const QStringList &args) const
reply += "<br /><br />";
- reply += "The <u>lefthand vertical axis</u> indicates how much the index value differs ";
+ reply += "The <u>left-hand vertical axis</u> indicates how much the index value differs ";
reply += "from the index value at the base time. Note that the scale as such is linear ";
reply += "even though the values represent logarithmic differences.";
reply += "<br /><br />";
- reply += "The <u>rigthand vertical axis</u> indicates the performance as a percentage of ";
+ reply += "The <u>right-hand vertical axis</u> indicates the performance as a percentage of ";
reply += "the performance at the base time. Note that the scale as such is logarithmic. ";
- reply += "For example, the lefthand values -2, -1, 0, 1, and 2 map to the righthand values ";
+ reply += "For example, the left-hand values -2, -1, 0, 1, and 2 map to the right-hand values ";
reply += "25%, 50%, 100%, 200%, and 400% respectively.";
reply += "</td></tr></table>\n";
diff --git a/src/bmweb/indexsection.js b/src/bmweb/indexsection.js
index ede6923..48c798a 100644
--- a/src/bmweb/indexsection.js
+++ b/src/bmweb/indexsection.js
@@ -602,7 +602,7 @@ function IndexSection()
td = tr.insertCell(0);
select = td.appendChild(document.createElement("select"));
select.setAttribute("id", "ixConfigs");
- select.setAttribute("size", "4");
+ select.setAttribute("size", "8");
select.onchange = function() {
select = document.getElementById("ixConfigs");
document.getElementById("ixNewConfig").value =