Skip to content

Commit 4f50137

Browse files
committed
Grammar mistake in printout.
1 parent 1984b8b commit 4f50137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuckoo_time_translator/src/DeviceTimeTranslator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ void DeviceTimeTranslator::configCallback(DeviceTimeTranslatorConfig &config, ui
285285
DeviceTimeTranslator::DeviceTimeTranslator(const NS & nameSpace, const Defaults & defaults) :
286286
pImpl_(new Impl(nameSpace, defaults))
287287
{
288-
ROS_INFO("DeviceTimeTranslator is going to publishing device timestamps on %s.", pImpl_->getNh().getNamespace().c_str());
288+
ROS_INFO("DeviceTimeTranslator is going to publish device timestamps on %s.", pImpl_->getNh().getNamespace().c_str());
289289
pImpl_->getDeviceTimePub() = pImpl_->getNh().advertise<DeviceTimestamp>("", 5);
290290
pImpl_->getConfigSrv().setCallback(boost::bind(&DeviceTimeTranslator::configCallback, this, _1, _2));
291291

0 commit comments

Comments
 (0)