diff --git a/src/fw/comm/ble/gap_le_slave_discovery.h b/src/fw/comm/ble/gap_le_slave_discovery.h index 37a340fd..524d385e 100644 --- a/src/fw/comm/ble/gap_le_slave_discovery.h +++ b/src/fw/comm/ble/gap_le_slave_discovery.h @@ -21,7 +21,7 @@ //! discovery purposes. The advertisement will contain the device name, //! transmit power level (to be able to order devices by estimated proximity), //! Pebble Service UUID and discoverability flags. -//! Advertising devices will implicitely become the slave when being connected +//! Advertising devices will implicitly become the slave when being connected //! to, so the "slave" part in the file name is redundant, but kept for //! the sake of completeness. diff --git a/waftools/emscripten.py b/waftools/emscripten.py index 61598a74..9e704975 100644 --- a/waftools/emscripten.py +++ b/waftools/emscripten.py @@ -159,7 +159,7 @@ def process_emscripten_cprogram_link_args(self): for s in get_rule_and_env_values('emx_other_settings'): add_emcc_settings('-s', s) - # Emscripten implicitely regenerates caches (libc.bc, dlmalloc.bc, + # Emscripten implicitly regenerates caches (libc.bc, dlmalloc.bc, # struct_info.compiled.json and optimizer.exe) as needed. # When running multiple instantiations of emcc in parallel, this is # problematic because they will each race to generate the caches,