Skip to content

Commit

Permalink
a couple of typo fixes. (#1158)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya Fujita <[email protected]>
  • Loading branch information
fujitatomoya authored Aug 29, 2023
1 parent ef6983e commit 251305e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rclpy/rclpy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(
"""
Create a container for a ROS service client.
.. warning:: Users should not create a service client with this constuctor, instead they
.. warning:: Users should not create a service client with this constructor, instead they
should call :meth:`.Node.create_client`.
:param context: The context associated with the service client.
Expand Down
2 changes: 1 addition & 1 deletion rclpy/rclpy/type_description_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

class TypeDescriptionService:
"""
Optionally initializes and contaiins the ~/get_type_description service.
Optionally initializes and contains the ~/get_type_description service.
The service is implemented in rcl, but should be enabled via parameter and have its
callbacks handled via end-client execution framework, such as callback groups and waitsets.
Expand Down

0 comments on commit 251305e

Please sign in to comment.