Skip to content

Commit 0a3c0de

Browse files
joschmikaelarguedas
authored andcommitted
Fix spelling Attirbute=>Attribute (#128)
* Fix spelling Attirbute=>Attribute * make error message format closer to other missing attribute error messages in processSingleXMLPluginFile function
1 parent 91527f9 commit 0a3c0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pluginlib/include/pluginlib/class_loader_imp.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ void ClassLoader<T>::processSingleXMLPluginFile(
668668
std::string library_path = library->Attribute("path");
669669
if (0 == library_path.size()) {
670670
ROS_ERROR_NAMED("pluginlib.ClassLoader",
671-
"Failed to find Path Attirbute in library element in %s", xml_file.c_str());
671+
"Attribute 'path' in 'library' tag is missing in %s.", xml_file.c_str());
672672
continue;
673673
}
674674

0 commit comments

Comments
 (0)