Skip to content

Commit e983cc1

Browse files
BhuvanB404Copilot
andauthored
Update ros2doctor/ros2doctor/api/parameter.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bhuvan B <bhuvanb06@protonmail.com>
1 parent a7ffe55 commit e983cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ros2doctor/ros2doctor/api/parameter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def call_list_parameters(node, node_name, namespace='/'):
4141
request = ListParameters.Request()
4242
future = client.call_async(request)
4343

44-
""" Spinning for acess active response """
44+
""" Spinning for access active response """
4545
rclpy.spin_until_future_complete(node, future, timeout_sec=2.0)
4646

4747
if future.done():

0 commit comments

Comments
 (0)