Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
trittsv authored and eboasson committed Mar 13, 2024
1 parent 1faf2a1 commit 2de3eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/idlcxx/src/generator.c
Expand Up @@ -902,7 +902,7 @@ generate_includes(const idl_pstate_t *pstate, struct generator *generator)
if (generator->uses_array || generator->uses_sequence || generator->uses_bounded_sequence || generator->uses_optional)
{
// ostream cpp
// streaming goperators for the used std types
// streaming operators for the used std types
const char *fmt;
fmt = "#include <org/eclipse/cyclonedds/util/ostream_operators.hpp>\n\n";
if (fputs(fmt, generator->impl.handle) < 0)
Expand Down

0 comments on commit 2de3eea

Please sign in to comment.