diff options
-rw-r--r-- | native_client_sdk/src/libraries/nacl_io/nacl_io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native_client_sdk/src/libraries/nacl_io/nacl_io.h b/native_client_sdk/src/libraries/nacl_io/nacl_io.h index 058ba68..4522219 100644 --- a/native_client_sdk/src/libraries/nacl_io/nacl_io.h +++ b/native_client_sdk/src/libraries/nacl_io/nacl_io.h @@ -89,7 +89,7 @@ void nacl_io_init_ppapi(PP_Instance instance, * "foo/bar.txt" will attempt to read from the URL * "http://example.com/path/foo/bar.txt". * data: A string of parameters: - * "allow_cross_origin_request": If "true", then reads from this + * "allow_cross_origin_requests": If "true", then reads from this * filesystem will follow the CORS standard for cross-origin requests. * See http://www.w3.org/TR/access-control. * "allow_credentials": If "true", credentials are sent with cross-origin |