diff --git a/src/propagation/model/jakes-process.cc b/src/propagation/model/jakes-process.cc index d66879177..de5ed9775 100644 --- a/src/propagation/model/jakes-process.cc +++ b/src/propagation/model/jakes-process.cc @@ -95,7 +95,7 @@ JakesProcess::ConstructOscillators () NS_ASSERT (m_jakes); // Initial phase is common for all oscillators: double phi = m_jakes->GetUniformRandomVariable ()->GetValue (); - // Theta is common for all oscillatoer: + // Theta is common for all oscillators: double theta = m_jakes->GetUniformRandomVariable ()->GetValue (); for (unsigned int i = 0; i < m_nOscillators; i++) {