2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00

spelling: identifier

This commit is contained in:
Josh Soref
2017-07-23 13:26:58 -04:00
parent fa200537ac
commit 19bcf4dc22
12 changed files with 16 additions and 16 deletions

View File

@@ -255,7 +255,7 @@ public:
///
/// This method supports both v4 and v6.
///
/// @param subnet_id subnet identfier.
/// @param subnet_id subnet identifier.
/// @param addr specified address.
/// @return true if deletion was successful, false if the host was not there.
/// @throw various exceptions in case of errors
@@ -265,7 +265,7 @@ public:
///
/// This method supports v4 hosts only.
///
/// @param subnet_id subnet identfier.
/// @param subnet_id subnet identifier.
/// @param addr specified address.
/// @return true if deletion was successful, false if the host was not there.
/// @throw various exceptions in case of errors
@@ -277,7 +277,7 @@ public:
///
/// This method supports v6 hosts only.
///
/// @param subnet_id subnet identfier.
/// @param subnet_id subnet identifier.
/// @param addr specified address.
/// @return true if deletion was successful, false if the host was not there.
/// @throw various exceptions in case of errors