From 2d0b6c7907155b031838a044c0786877ad87ab96 Mon Sep 17 00:00:00 2001 From: heas Date: Sun, 3 Dec 2023 21:53:25 -0500 Subject: [PATCH] Fix comments from morrowc --- acctz/gnsi-acctz.yang | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/acctz/gnsi-acctz.yang b/acctz/gnsi-acctz.yang index ef59f31..d326e7c 100644 --- a/acctz/gnsi-acctz.yang +++ b/acctz/gnsi-acctz.yang @@ -107,7 +107,7 @@ module gnsi-acctz { description "The total number of times that a RecordRequest resulted in a RecordResponse being marked history_istruncated. ie: a - request was made for a timestamp that ddid not exist in the + request was made for a timestamp that did not exist in the history."; } leaf IdleTimeouts { @@ -119,19 +119,19 @@ module gnsi-acctz { leaf RecordRequests { type oc-yang:counter64; description - "The total number of RecordRequest RPCs have been received."; + "The total number of RecordRequest RPCs that have been received."; } leaf RecordResponses { type oc-yang:counter64; description - "The total number of RecordRequest RPCs have been received."; + "The total number of RecordRequest RPCs that have been sent."; } } // gnsi.acctz producer statistics grouping source-counters { description - "A collection of counters for gNSI.acctz record produces per + "A collection of counters for gNSI.acctz record production per service request type."; list source-records {