From 9e93dfed8213cbbe51dfbfbdceae1c886551d379 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Wed, 19 Oct 2016 16:30:59 +0300 Subject: [PATCH] lte: fix typos in RadioBearerStatsConnector documentation --- src/lte/helper/radio-bearer-stats-connector.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lte/helper/radio-bearer-stats-connector.h b/src/lte/helper/radio-bearer-stats-connector.h index 451c48ad7..8a2b9fafd 100644 --- a/src/lte/helper/radio-bearer-stats-connector.h +++ b/src/lte/helper/radio-bearer-stats-connector.h @@ -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(). */