@@ -149,7 +149,7 @@ Changelog for package pluginlib
149149* remove extra semicolon to fix pedantic warning (`#103 <https://github.com/ros/pluginlib/issues/103 >`_)
150150* use new class_loader header names (`#99 <https://github.com/ros/pluginlib/issues/99 >`_)
151151* adjust library search to work on windows, warn about lib prefix (`#97 <https://github.com/ros/pluginlib/issues/97 >`_)
152- * vs2015 doesnt support __has_include, VS2015 and 2017 have both <files… (`#96 <https://github.com/ros/pluginlib/issues/96 >`_)
152+ * vs2015 doesn't support __has_include, VS2015 and 2017 have both <files… (`#96 <https://github.com/ros/pluginlib/issues/96 >`_)
153153* move pluginlib in its own folder (port 83 to ros2 branch) (`#95 <https://github.com/ros/pluginlib/issues/95 >`_)
154154* Contributors: Mikael Arguedas, William Woodall, jerry73204
155155
@@ -416,7 +416,7 @@ Changelog for package pluginlib
416416* fixed tinyxml
417417* converting to unary stack (separated from common)
418418* applied patch from 4923, to support boost 1.46
419- * patch from Nick Butko osx compatability
419+ * patch from Nick Butko osx compatibility
420420* adding unittest melonee forgot to commit
421421* adding pluginlib tests
422422* patch for osx linking `#4094 <https://github.com/ros/pluginlib/issues/4094 >`_
@@ -431,7 +431,7 @@ Changelog for package pluginlib
431431* adding warning about deprecated macro PLUGINLIB_REGISTER_CLASS
432432* pluginlib now takes pkg/type arguments, new macro PLUGINLIB_DECLARE_CLASS
433433* pluginlib now robust to malformed manifests
434- * Adding more descriptive error messages when libaries fail to load
434+ * Adding more descriptive error messages when libraries fail to load
435435* Remove use of deprecated rosbuild macros
436436* doc review completed http://www.ros.org/wiki/pluginlib/Reviews/2009-10-06_Doc_Review
437437* fixing documentation link
0 commit comments