diff --git a/src/lte/model/lte-enb-rrc.cc b/src/lte/model/lte-enb-rrc.cc index 8f2cfbef1..ea230f2c2 100644 --- a/src/lte/model/lte-enb-rrc.cc +++ b/src/lte/model/lte-enb-rrc.cc @@ -135,7 +135,7 @@ NS_OBJECT_ENSURE_REGISTERED (UeManager); UeManager::UeManager () { - NS_FATAL_ERROR ("this constructor is not espected to be used"); + NS_FATAL_ERROR ("this constructor is not expected to be used"); }