summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2020-05-27 16:12:35 +0200
committerFrancis Dupont <fdupont@isc.org>2020-05-27 16:12:35 +0200
commit2c60d0894f039ef899921d673ff3dfb3c20cbdfb (patch)
tree8a5b40b114bd9d6b11ce2251294cc096fad20811
parent[#1147] Converted RW lock tests to cv (diff)
downloadkea-2c60d0894f039ef899921d673ff3dfb3c20cbdfb.tar.xz
kea-2c60d0894f039ef899921d673ff3dfb3c20cbdfb.zip
[#1147] Fixed language
-rw-r--r--src/hooks/dhcp/lease_cmds/lease_cmds.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hooks/dhcp/lease_cmds/lease_cmds.dox b/src/hooks/dhcp/lease_cmds/lease_cmds.dox
index a172d0880f..8d26e3f1e3 100644
--- a/src/hooks/dhcp/lease_cmds/lease_cmds.dox
+++ b/src/hooks/dhcp/lease_cmds/lease_cmds.dox
@@ -105,6 +105,6 @@ When a race is detected a critical section is used.
Note an expired lease reclamation is called only from the periodic
process or by a command. In both cases it is executed by the main
-thread so the same thread than lease commands.
+thread so the same thread as lease commands.
*/