Unverified Commit 005ba206 authored by Scott Cyphers's avatar Scott Cyphers Committed by GitHub

Merge pull request #3160 from NervanaSystems/bob/spelling

fix spelling error
parents f8ff66ca 03e6962d
......@@ -46,7 +46,7 @@ static std::unique_ptr<DistributedInterface> s_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);
}
......
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