Browse Source

[master] spelling

Francis Dupont 10 years ago
parent
commit
59d7801af5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcpsrv/cfg_hosts.h

+ 1 - 1
src/lib/dhcpsrv/cfg_hosts.h

@@ -35,7 +35,7 @@ namespace dhcp {
 /// which can be retrieved using different search criteria.
 /// which can be retrieved using different search criteria.
 ///
 ///
 /// In the typical case the reservations are searched using the client's MAC
 /// In the typical case the reservations are searched using the client's MAC
-/// address of DUID and a subnet that the client is connected to. The
+/// address or DUID and a subnet that the client is connected to. The
 /// reservations can be also retrieved using other parameters, such as reserved
 /// reservations can be also retrieved using other parameters, such as reserved
 /// IP address.
 /// IP address.
 ///
 ///