ros-catkin.eclass: typo fix
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>
Thu, 24 Oct 2019 00:31:47 +0000 (02:31 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 26 May 2020 01:26:01 +0000 (03:26 +0200)
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13366
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/ros-catkin.eclass

index 52fdc1df0dd3ff6f375621401ff9fbd025cf44ce..a79cef7bd2171c57a185ad9523546e2f1cc5ef25 100644 (file)
@@ -57,7 +57,7 @@ fi
 # version. The idea here is to have a ROS_COMPAT in the same vein as
 # PYTHON_COMPAT where packages would define what distro they can work on, then
 # we'd have ros_distro_gentoo_python_2_7 & co plus the OSRF ones (lunar, etc.).
-# Note that this uncondtionally pulls python but in the ROS world there will
+# Note that this unconditionally pulls python but in the ROS world there will
 # most certainly be something pulling python anyway.
 PYTHON_COMPAT=( python3_6 )