Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1668)

Unified Diff: native_client_sdk/src/examples/mouselock/index.html

Issue 13106002: [NaCl SDK] A bunch of spelling fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix presubmit Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/examples/mouselock/index.html
diff --git a/native_client_sdk/src/examples/mouselock/index.html b/native_client_sdk/src/examples/mouselock/index.html
index 2e1cdeb64558aafdfdcc517cc0db469655f318d8..4ccf96b6a196ea98539ac78ff2b6b749040aca50 100644
--- a/native_client_sdk/src/examples/mouselock/index.html
+++ b/native_client_sdk/src/examples/mouselock/index.html
@@ -38,9 +38,9 @@ found in the LICENSE file.
<li>Involuntary fullscreen or mouselock loss.
<ul>
<li>Pressing the Esc key will cause the browser to revoke mouselock
- or tab fullscreen priviledge.</li>
+ or tab fullscreen privilege.</li>
<li>When in browser fullscreen, pressing F11 will also revoke mouselock
- or tab fullscreen priviledge.</li>
+ or tab fullscreen privilege.</li>
</ul>
</li>
</ul>
@@ -49,7 +49,7 @@ found in the LICENSE file.
is outside of the grey box.</p>
<p> By clicking on the grey box, we set focus and turn on mouse lock. Now all
mouse messages are sent to the module.</p>
- <p> This behavoir is maintianed even in tab and/or browser fullscreen.</p>
+ <p> This behavior is maintained even in tab and/or browser fullscreen.</p>
<!-- The NaCl plugin will be embedded inside the element with id "listener".
See common.js.-->
<div id="listener"></div>

Powered by Google App Engine
This is Rietveld 408576698