From c01e9cf70d3e6ce5b59c34edca2d0aeb4f51a161 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:08:51 -0500 Subject: [PATCH] spelling: javascript Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/process_management/pebble_process_info.h | 2 +- src/fw/process_management/pebble_process_md.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fw/process_management/pebble_process_info.h b/src/fw/process_management/pebble_process_info.h index 18f586af..7a9c1828 100644 --- a/src/fw/process_management/pebble_process_info.h +++ b/src/fw/process_management/pebble_process_info.h @@ -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, diff --git a/src/fw/process_management/pebble_process_md.h b/src/fw/process_management/pebble_process_md.h index a6b094d1..69610b25 100644 --- a/src/fw/process_management/pebble_process_md.h +++ b/src/fw/process_management/pebble_process_md.h @@ -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.