Skip to content

Commit a19e866

Browse files
fix typo
1 parent 033789a commit a19e866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/t06_wrap_legacy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ int main()
7575
// thanks to paren_node, you can access easily the NodeParameters and the blackboard
7676
parent_node.getParam("goal", goal);
7777

78-
// you can write and read the blabkcoard if you like
78+
// you can write and read the blackboard if you like
7979
//parent_node.blackboard() ....
8080

8181
bool res = move_to.go( goal );

0 commit comments

Comments
 (0)