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

Unified Diff: native_client_sdk/src/examples/demo/nacl_io_demo/index.html

Issue 1995763004: [NaCl SDK] Fix typo in nacl_io_demo example (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/examples/demo/nacl_io_demo/index.html
diff --git a/native_client_sdk/src/examples/demo/nacl_io_demo/index.html b/native_client_sdk/src/examples/demo/nacl_io_demo/index.html
index 845c97448aa8d457b93caf473b5ff3d85788da12..bf9d7ea30dc9de448f580398fa05025d1410adfd 100644
--- a/native_client_sdk/src/examples/demo/nacl_io_demo/index.html
+++ b/native_client_sdk/src/examples/demo/nacl_io_demo/index.html
@@ -65,7 +65,7 @@ found in the LICENSE file.
<option value="w">Write New File (w)</option>
<option value="w+">Read/Write New File (w+)</option>
<option value="a">Append Write (a)</option>
- <option value="w+">Append Read/Write (a+)</option>
+ <option value="a+">Append Read/Write (a+)</option>
</select>
<button>fopen</button>
</span>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698