Skip to content

Commit

Permalink
Fix typo in EditorObjectSelectionSession.cpp
Browse files Browse the repository at this point in the history
Fix minor typo in annotations of code inside EditorObjectSelectionSession.cpp
  • Loading branch information
733737 committed Aug 9, 2023
1 parent ed32fd2 commit 26e6ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openrct2/EditorObjectSelectionSession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ static void ReplaceSelectedWaterPalette(const ObjectRepositoryItem* item);

/**
* Master objects are objects that are not
* optional / required dependants of an
* optional / required dependents of an
* object.
*/
static constexpr ResultWithMessage ObjectSelectionError(bool isMasterObject, StringId message)
Expand Down

0 comments on commit 26e6ade

Please sign in to comment.