diff --git a/demo_nodes_cpp/src/topics/allocator_tutorial.cpp b/demo_nodes_cpp/src/topics/allocator_tutorial.cpp index b3878d39c..ba1ecc8c9 100644 --- a/demo_nodes_cpp/src/topics/allocator_tutorial.cpp +++ b/demo_nodes_cpp/src/topics/allocator_tutorial.cpp @@ -147,7 +147,7 @@ int main(int argc, char ** argv) "This simple demo shows off a custom memory allocator to count all\n" "instances of new/delete in the program. It can be run in either regular\n" "mode (no arguments), or in intra-process mode (by passing 'intra' as a\n" - "command-line argument)'. It will then publish a message to the\n" + "command-line argument). It will then publish a message to the\n" "'/allocator_tutorial' topic every 10 milliseconds until Ctrl-C is pressed.\n" "At that time it will print a count of the number of allocations and\n" "deallocations that happened during the program.\n\n");