lte: fix typos in RadioBearerStatsConnector documentation

This commit is contained in:
Alexander Krotov
2016-10-19 16:30:59 +03:00
parent 410ec0fe8d
commit 9e93dfed82

View File

@@ -40,9 +40,9 @@ class RadioBearerStatsCalculator;
* \ingroup lte
*
* This class is very useful when user needs to collect
* statistics from PDCD and RLC. It automatically connects
* statistics from PDCP and RLC. It automatically connects
* RadioBearerStatsCalculator to appropriate trace sinks.
* Usually user do not use this class. All he/she needs to
* Usually user does not use this class. All he/she needs
* to do is to call: LteHelper::EnablePdcpTraces() and/or
* LteHelper::EnableRlcTraces().
*/