From cd146974efff9794c989296158c0e05997da1edf Mon Sep 17 00:00:00 2001 From: Michal 'vorner' Vaner Date: Thu, 23 May 2013 10:39:52 +0200 Subject: [2930] Adjust terminology in docs So it is the same as in the ipc-high.txt. --- src/lib/config/ccsession.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/config') diff --git a/src/lib/config/ccsession.h b/src/lib/config/ccsession.h index fd93545acc..cc4a93e9c8 100644 --- a/src/lib/config/ccsession.h +++ b/src/lib/config/ccsession.h @@ -425,9 +425,9 @@ public: params = isc::data::ConstElementPtr()); - /// \brief Send a notification to subscribed clients + /// \brief Send a notification to subscribed users /// - /// Send a notification message to all clients subscribed to the given + /// Send a notification message to all users subscribed to the given /// notification group. /// /// This method does not not block. @@ -437,7 +437,7 @@ public: /// /// \throw CCSessionError for low-level communication errors. /// \param notification_group This parameter (indirectly) signifies what - /// clients should receive the notification. Only the clients that + /// users should receive the notification. Only the users that /// subscribed to notifications on the same group receive it. /// \param name The name of the event to notify about (for example /// `config_changed`). -- cgit v1.2.3