diff --git a/src/ims/ims.c b/src/ims/ims.c index 3619b49b..0096a940 100644 --- a/src/ims/ims.c +++ b/src/ims/ims.c @@ -37,7 +37,7 @@ ims_context* ims_init(int16_t i2c_bus, int16_t i2c_address) goto ims_init_fail; } - /* Initilize mraa */ + /* Initialize mraa */ mraa_result_t result = mraa_init(); if (result != MRAA_SUCCESS) { diff --git a/src/max30100/max30100.c b/src/max30100/max30100.c index 4ee260d4..5f857949 100644 --- a/src/max30100/max30100.c +++ b/src/max30100/max30100.c @@ -39,7 +39,7 @@ max30100_context* max30100_init(int16_t i2c_bus) goto max30100_init_fail; } - /* Initilize mraa */ + /* Initialize mraa */ mraa_result_t result = mraa_init(); if (result != MRAA_SUCCESS) {