Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters authored Jan 27, 2021
1 parent 023f9a7 commit 2db1d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types.cc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ static bool StartsWithDelimiter(const std::string &_s)
return _s.compare(0, kSdfScopeDelimiter.size(), kSdfScopeDelimiter) == 0;
}

// Join an scope name prefix with a local name using the scope delimeter
// Join a scope name prefix with a local name using the scope delimeter
std::string JoinName(
const std::string &_scopeName, const std::string &_localName)
{
Expand Down

0 comments on commit 2db1d1c

Please sign in to comment.