spectrum: Fix fatal error message

This commit is contained in:
Alexander Krotov
2018-11-13 18:06:30 +03:00
parent b469c1c84c
commit 5bed6d3355

View File

@@ -401,7 +401,7 @@ MultiModelSpectrumChannel::GetDevice (std::size_t i) const
j++;
}
}
NS_FATAL_ERROR ("m_numDevice > actual number of devices");
NS_FATAL_ERROR ("m_numDevices > actual number of devices");
return 0;
}