fix typo in previous push (
bug 439164)
--- a/docshell/test/test_bug413310.html
+++ b/docshell/test/test_bug413310.html
@@ -12,17 +12,17 @@ https://bugzilla.mozilla.org/show_bug.cg
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=413310">Mozilla Bug 413310</a>
<p id="display">
<script class="testbody" type="text/javascript">
/** Test for Bug 413310 **/
// NOTE: If we ever make subframes do bfcache stuff, this test will need to be
-// modified accordingly! It assumes that subframes do NOTget bfcached.
+// modified accordingly! It assumes that subframes do NOT get bfcached.
var onloadCount = 0;
var step = -1; // One increment will come from the initial subframe onload.
// Note that this script should come before the subframe,
// so that doNextStep is defined when its onload handler fires.
var textContent;