Commit ef287b37 authored by Robert Kimball's avatar Robert Kimball

fix spelling error

parent 4f19df0d
...@@ -46,7 +46,7 @@ static std::unique_ptr<DistributedInterface> s_distributed_interface; ...@@ -46,7 +46,7 @@ static std::unique_ptr<DistributedInterface> s_distributed_interface;
void ngraph::set_distributed_interface(std::unique_ptr<DistributedInterface> distributed_interface) void ngraph::set_distributed_interface(std::unique_ptr<DistributedInterface> distributed_interface)
{ {
NGRAPH_DEBUG << "Setting distributed interfsce to: " << distributed_interface->get_name(); NGRAPH_DEBUG << "Setting distributed interface to: " << distributed_interface->get_name();
s_distributed_interface = std::move(distributed_interface); s_distributed_interface = std::move(distributed_interface);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment