Skip to content

Commit b2ec4a0

Browse files
EgorWederselBoberido
authored andcommitted
Fixes typo in app name
Fixes #7
1 parent 269e9b9 commit b2ec4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/publisher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
int main()
2525
{
26-
constexpr const char APP_NAME[]{"publihser"};
26+
constexpr const char APP_NAME[]{"publisher"};
2727
iox::runtime::PoshRuntime::initRuntime(APP_NAME);
2828

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

0 commit comments

Comments
 (0)