Skip to content

Commit

Permalink
Fixes typo in app name
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorWeders authored Dec 12, 2024
1 parent 269e9b9 commit d14fef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/publisher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

int main()
{
constexpr const char APP_NAME[]{"publihser"};
constexpr const char APP_NAME[]{"publisher"};
iox::runtime::PoshRuntime::initRuntime(APP_NAME);

iox::popo::Publisher<uint64_t> publisher({"MyApp", "Counter", "u64"});
Expand Down

0 comments on commit d14fef2

Please sign in to comment.