diff --git a/cpp/README.md b/cpp/README.md index 025b670429..a22792e8b8 100644 --- a/cpp/README.md +++ b/cpp/README.md @@ -38,7 +38,7 @@ int main() { writer.addChannel(chatterPublisher); // Create a message payload. This would typically be done by your own - // serialiation library. In this example, we manually create ROS1 binary data + // serialization library. In this example, we manually create ROS1 binary data std::array payload; const uint32_t length = 13; std::memcpy(payload.data(), &length, 4);