Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ to developers touching the source code.

* **System**: Logic that operates on all entities that have a given set of
components. Systems are plugins that can be loaded at runtime.
Gazebo ships with various systems, and downstream develpers can
Gazebo ships with various systems, and downstream developers can
[create their own systems](createsystemplugins.html).

* **Entity-component manager** (**ECM**): Provides functions for
Expand Down
Loading