Skip to content

Commit

Permalink
Fixed typos in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jun 9, 2014
1 parent ea93820 commit f4df542
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README-nacl.txt
Expand Up @@ -31,7 +31,7 @@ manifest.json, etc.
SDL apps for NaCl run on a worker thread using the ppapi_simple infrastructure.
This allows for blocking calls on all the relevant systems (OpenGL ES, filesystem),
hiding the asynchronous nature of the browser behind the scenes...which is not the
same as making it dissapear!
same as making it disappear!


================================================================================
Expand All @@ -57,7 +57,7 @@ Once the build finishes, you have to serve the contents with a web server (the
script will give you instructions on how to do that with Python).

================================================================================
RWOps and nacl_io
RWops and nacl_io
================================================================================

SDL_RWops work transparently with nacl_io. Two functions are provided to control
Expand All @@ -69,7 +69,7 @@ mount points:
int SDL_NaClUmount(const char *target);

For convenience, SDL will by default mount an httpfs tree at / before calling
the app's main function. Such setting can be overriden by calling:
the app's main function. Such setting can be overridden by calling:

SDL_NaClUmount("/");

Expand Down

0 comments on commit f4df542

Please sign in to comment.