diff --git a/cyber/node/node.h b/cyber/node/node.h index 33e873782b..85581205df 100644 --- a/cyber/node/node.h +++ b/cyber/node/node.h @@ -39,7 +39,7 @@ class TimerComponent; * A module can have different types of communication by defining * read/write and/or service/client in a node. * @warning Duplicate name is not allowed in topo objects, such as node, - * reader/writer, service/clinet in the topo. + * reader/writer, service/client in the topo. */ class Node { public: