[NaCl SDK] Fix common misspellings
Bug: 750830 Change-Id: I30baf7f3042d318e1d460b0af8628369c4fdfe10 Reviewed-on: https://chromium-review.googlesource.com/602246 Commit-Queue: Julien Brianceau <jbriance@cisco.com> Reviewed-by: Sam Clegg <sbc@chromium.org> Cr-Commit-Position: refs/heads/master@{#492085}
This commit is contained in:

committed by
Commit Bot

parent
f19e77150a
commit
3d71a3cd45
native_client_sdk
doc_generated
c-api-beta.htmlc-api-dev.htmlc-api.html
cds2014
cpp-api-beta.htmlcpp-api-dev.htmlcpp-api.htmldevguide
faq.htmlmigration
pepper_beta
pepper_dev
c
globals_defs.htmlgroup___enums.htmlgroup___interfaces.htmlpp__graphics__3d_8h.htmlppb__input__event_8h.htmlstruct_p_p_b___touch_input_event__1__4.html
cpp
index.htmlpepper_stable
reference
sdk
src
doc
c-api-beta.rstc-api-dev.rstc-api.rstcpp-api-beta.rstcpp-api-dev.rstcpp-api.rst
devguide
faq.rstmigration
nacldev
pepper_beta
pepper_dev
pepper_stable
reference
sdk
examples
api
demo
libraries
error_handling
nacl_io
sdk_util
tests
tools
@@ -160,7 +160,7 @@ function domContentLoaded(name, tc, config, width, height) {
|
||||
navigator.webkitPersistentStorage.requestQuota(window.PERSISTENT, 1024 * 1024,
|
||||
function(bytes) {
|
||||
common.updateStatus(
|
||||
'Allocated ' + bytes + ' bytes of persistant storage.');
|
||||
'Allocated ' + bytes + ' bytes of persistent storage.');
|
||||
common.createNaClModule(name, tc, config, width, height);
|
||||
common.attachDefaultListeners();
|
||||
},
|
||||
|
Reference in New Issue
Block a user