diff --git a/src/lte/examples/lena-cc-helper.cc b/src/lte/examples/lena-cc-helper.cc index d024a0f0c..741c4788a 100644 --- a/src/lte/examples/lena-cc-helper.cc +++ b/src/lte/examples/lena-cc-helper.cc @@ -68,8 +68,8 @@ int main (int argc, char *argv[]) void Print ( ComponentCarrier cc) { - std::cout << " UlBandwitdh " << uint16_t (cc.GetUlBandwidth ()) - << " DlBandwitdh " << uint16_t (cc.GetDlBandwidth ()) + std::cout << " UlBandwidth " << uint16_t (cc.GetUlBandwidth ()) + << " DlBandwidth " << uint16_t (cc.GetDlBandwidth ()) << " Dl Earfcn " << cc.GetDlEarfcn () << " Ul Earfcn " << cc.GetUlEarfcn () << " - Is this the Primary Channel? " << cc.IsPrimary ()