From dcd7798741806b07b59f64100fe7bbb42061ad46 Mon Sep 17 00:00:00 2001 From: baixu Date: Thu, 17 Oct 2024 09:53:38 +0000 Subject: [PATCH] fixed spelling mistake --- get-license.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-license.py b/get-license.py index 603cfba..964091e 100644 --- a/get-license.py +++ b/get-license.py @@ -27,7 +27,7 @@ def get_license(lic): """ Temporary import the license modification from catkin_pkg validation. - Once all active ROS packages are updated to have more reasonble license + Once all active ROS packages are updated to have more reasonable license values, this whole function can be dropped and the value should be the same as what package.xml says. """ -- Gitee