Skip to content

Commit 790fea0

Browse files
authored
Update groot2_publisher.h (#630)
1 parent 56a8e8b commit 790fea0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/behaviortree_cpp/loggers/groot2_publisher.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ namespace BT
99
{
1010

1111
/**
12-
* @brief The Groot2Publisher is used tt create an interface between
12+
* @brief The Groot2Publisher is used to create an interface between
1313
* your BT.CPP executor and Groot2.
1414
*
15-
* An inter-process communication mechanism allow the two processes
16-
* to communicate throught a TCP port. The user should provide the
15+
* An inter-process communication mechanism allows the two processes
16+
* to communicate through a TCP port. The user should provide the
1717
* port to be used in the constructor.
1818
*/
1919
class Groot2Publisher : public StatusChangeLogger
@@ -37,7 +37,7 @@ class Groot2Publisher : public StatusChangeLogger
3737
/**
3838
* @brief setMaxHeartbeatDelay is used to tell the publisher
3939
* when a connection with Groot2 should be cancelled, if no
40-
* hearbeat is received.
40+
* heartbeat is received.
4141
*
4242
* Default is 5000 ms
4343
*/

0 commit comments

Comments
 (0)