diff options
author | Michal 'vorner' Vaner <vorner@vorner.cz> | 2013-05-23 10:39:52 +0200 |
---|---|---|
committer | Michal 'vorner' Vaner <vorner@vorner.cz> | 2013-05-23 10:39:52 +0200 |
commit | cd146974efff9794c989296158c0e05997da1edf (patch) | |
tree | fb8f0681f9b2ec9d08ae5704e8bb78a05c938109 /src/lib/config | |
parent | [2930] style fix: folded long lines (diff) | |
download | kea-cd146974efff9794c989296158c0e05997da1edf.tar.xz kea-cd146974efff9794c989296158c0e05997da1edf.zip |
[2930] Adjust terminology in docs
So it is the same as in the ipc-high.txt.
Diffstat (limited to 'src/lib/config')
-rw-r--r-- | src/lib/config/ccsession.h | 6 |
1 files changed, 3 insertions, 3 deletions
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`). |