| 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>
|
|
|