|
@@ -224,7 +224,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
|
|
@@ -234,7 +234,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
|
|
@@ -246,7 +246,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
|