0

[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:
Julien Brianceau
2017-08-04 18:45:10 +00:00
committed by Commit Bot
parent f19e77150a
commit 3d71a3cd45
74 changed files with 245 additions and 130 deletions
native_client_sdk
doc_generated
src

@@ -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();
},