summaryrefslogtreecommitdiff
path: root/server/mdb.c
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2007-11-30 21:51:43 +0000
committerFrancis Dupont <fdupont@isc.org>2007-11-30 21:51:43 +0000
commit20ae1affb0462772706cd4fd446808d234935b7a (patch)
treecc950f04386d07de3e07fb44223d33aca07b9d09 /server/mdb.c
parente102ecceb99b7764e8ac1f58308306596fc7f317 (diff)
downloadisc-dhcp-20ae1affb0462772706cd4fd446808d234935b7a.tar.gz
almost editorial stuff
Diffstat (limited to 'server/mdb.c')
-rw-r--r--server/mdb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/mdb.c b/server/mdb.c
index 2c3b1053..2604117d 100644
--- a/server/mdb.c
+++ b/server/mdb.c
@@ -382,7 +382,7 @@ isc_result_t enter_host (hd, dynamicp, commit)
hd->host_id_option, MDL);
if (!host_new_hash(&h_id_info->values_hash,
HOST_HASH_SIZE, MDL)) {
- log_fatal("No memory for host-identifer "
+ log_fatal("No memory for host-identifier "
"option hash.");
}
h_id_info->next = host_id_info;
@@ -1224,7 +1224,7 @@ int supersede_lease (comp, lease, commit, propogate, pimmediate)
just_move_it:
#if defined (FAILOVER_PROTOCOL)
/* Atsfp should be cleared upon any state change that implies
- * propogation whether supersede_lease was given a copy lease
+ * propagation whether supersede_lease was given a copy lease
* structure or not (often from the pool_timer()).
*/
if (propogate)
@@ -2373,7 +2373,7 @@ int lease_enqueue (struct lease *comp)
}
/* This only works during server startup: during runtime, the last
- * lease may be dequeued inbetween calls. If the queue is the same
+ * lease may be dequeued in between calls. If the queue is the same
* as was used previously, and the lease structure isn't (this is not
* a re-queue), use that as a starting point for the insertion-sort.
*/