Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c25380c

Browse files
Fixed typo "Exeption" -> "Exception" (BehaviorTree#331)
1 parent d7e861f commit c25380c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/loggers/bt_zmq_publisher.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ PublisherZMQ::PublisherZMQ(const BT::Tree& tree,
7979
{
8080
std::cout << "[PublisherZMQ] Server quitting." << std::endl;
8181
}
82-
std::cout << "[PublisherZMQ] just died. Exeption " << err.what() << std::endl;
82+
std::cout << "[PublisherZMQ] just died. Exception " << err.what() << std::endl;
8383
active_server_ = false;
8484
}
8585
}
@@ -176,7 +176,7 @@ void PublisherZMQ::flush()
176176
{
177177
std::cout << "[PublisherZMQ] Publisher quitting." << std::endl;
178178
}
179-
std::cout << "[PublisherZMQ] just died. Exeption " << err.what() << std::endl;
179+
std::cout << "[PublisherZMQ] just died. Exception " << err.what() << std::endl;
180180
}
181181

182182
send_pending_ = false;

0 commit comments

Comments
 (0)