From bbb09742a9800cc07dbeb2204f3929d76d29520f Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Fri, 10 Feb 2017 14:00:39 +0300 Subject: [PATCH] fix typo --- src/propagation/model/jakes-process.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) {