Skip to content

Commit 59903e0

Browse files
Fix typos in the documentation of SwitchController strictness (#2445)
1 parent 8a1f4bb commit 59903e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controller_manager_msgs/srv/SwitchController.srv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The SwitchController service allows you deactivate a number of controllers
1+
# The SwitchController service allows you to deactivate a number of controllers
22
# and activate a number of controllers, all in one single timestep of the
33
# controller manager's control loop.
44

@@ -8,7 +8,7 @@
88
# * the strictness (BEST_EFFORT or STRICT)
99
# * STRICT means that switching will fail if anything goes wrong (an invalid
1010
# controller name, a controller that failed to activate, etc. )
11-
# * BEST_EFFORT means that even when something goes wrong with on controller,
11+
# * BEST_EFFORT means that even when something goes wrong with one controller,
1212
# the service will still try to activate/deactivate the remaining controllers
1313
# * AUTO means that the controller manager will automatically resolve the controller
1414
# chain in order to activate and/or deactivate the specified controllers.

0 commit comments

Comments
 (0)