mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: javascript
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
4806c06f10
commit
c01e9cf70d
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ typedef enum {
|
|||
//! Use to hide the process, unless there is ongoing communication with
|
||||
//! the companion smartphone application.
|
||||
PROCESS_INFO_VISIBILITY_SHOWN_ON_COMMUNICATION = 1 << 2,
|
||||
//! Use to indicate the process allows Javascript API access
|
||||
//! Use to indicate the process allows JavaScript API access
|
||||
PROCESS_INFO_ALLOW_JS = 1 << 3,
|
||||
//! Use to indicate the process should have a worker.bin installed as well.
|
||||
PROCESS_INFO_HAS_WORKER = 1 << 4,
|
||||
|
|
|
@ -84,7 +84,7 @@ typedef struct PebbleProcessMd {
|
|||
//! Can this process call kernel functionality directly or does it need to go through syscalls?
|
||||
bool is_unprivileged;
|
||||
|
||||
//! Allow Javascript applications to access this process
|
||||
//! Allow JavaScript applications to access this process
|
||||
bool allow_js;
|
||||
|
||||
//! This process has a sister worker process in flash.
|
||||
|
|
Loading…
Add table
Reference in a new issue