diff --git a/recipes-connectivity/gnss-config/files/gnss-config.sh b/recipes-connectivity/gnss-config/files/gnss-config.sh index ac2575c..78376d0 100755 --- a/recipes-connectivity/gnss-config/files/gnss-config.sh +++ b/recipes-connectivity/gnss-config/files/gnss-config.sh @@ -160,7 +160,7 @@ write_config_out(){ echo "Model: $mod" >> $CONFIG_OUT_FILE echo "Firmware: $fwVer" >> $CONFIG_OUT_FILE echo "ubx-Protocol: $protVer" >> $CONFIG_OUT_FILE - echo "Supported Satelite Systems: $gnss_tech" >> $CONFIG_OUT_FILE + echo "Supported Satellite Systems: $gnss_tech" >> $CONFIG_OUT_FILE echo "Supported Augmentation Services: $augment_service" >> $CONFIG_OUT_FILE }