Skip to content
Snippets Groups Projects
Commit cc5b9bbf authored by Matthew Hansen's avatar Matthew Hansen Committed by Matt Hansen
Browse files

Fix typo -initialized-

parent 884483fa
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ void CostmapLayer::updateWithTrueOverwrite(
}
if (costmap_ == nullptr) {
throw std::runtime_error("Can't update costmap layer: It has't been initilized yet!");
throw std::runtime_error("Can't update costmap layer: It has't been initialized yet!");
}
unsigned char * master = master_grid.getCharMap();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment