Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <[email protected]>
  • Loading branch information
ahcorde committed Feb 18, 2022
1 parent 60cda9c commit dd683fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/scene_broadcaster/SceneBroadcaster.cc
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ void SceneBroadcasterPrivate::SceneGraphAddEntities(
components::AirPressureSensor>(_entity);
if (airPressureComp)
{
sensorMsg->set_type("air_preasure");
sensorMsg->set_type("air_pressure");
}
auto cameraComp = _manager.Component<components::Camera>(_entity);
if (cameraComp)
Expand Down

0 comments on commit dd683fb

Please sign in to comment.