lte: Fix fatal error message: "espected" -> "expected"

This commit is contained in:
Alexander Krotov
2017-06-07 18:12:10 +03:00
parent 644b9a596f
commit 10738e42d5

View File

@@ -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");
}