From 603e337c77a5539a33218a0b5f53c0a7621c954e Mon Sep 17 00:00:00 2001 From: Robert Haschke Date: Tue, 4 Jan 2022 13:43:29 +0100 Subject: [PATCH] fix typo --- core/python/bindings/src/core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/python/bindings/src/core.cpp b/core/python/bindings/src/core.cpp index 82edc14f..86169132 100644 --- a/core/python/bindings/src/core.cpp +++ b/core/python/bindings/src/core.cpp @@ -117,7 +117,7 @@ void export_core(pybind11::module& m) { float: Cost that is associated with a particular solution. )pbdoc") .def_property("comment", &SolutionBase::comment, &SolutionBase::setComment, R"pbdoc( - str: Comment that is associated with a perticular solution. + str: Comment that is associated with a particular solution. )pbdoc") .def("toMsg", [](const SolutionBasePtr& s) { moveit_task_constructor_msgs::Solution msg;