From 7c7515b9bde98dc429c0ac165a35f6444736e67c Mon Sep 17 00:00:00 2001 From: David Hankins Date: Wed, 14 Apr 2010 19:08:55 +0000 Subject: [PATCH] Fix misspelled comment (infomation->information). Note that I do not actually understand the rest of the comment, and that may be worth repairing... --- server/dhcpv6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/dhcpv6.c b/server/dhcpv6.c index 5cd7c4bc..cc69e155 100644 --- a/server/dhcpv6.c +++ b/server/dhcpv6.c @@ -1655,7 +1655,7 @@ reply_process_ia_na(struct reply_state *reply, struct option_cache *ia) { * * Guidelines: * - * The client leaves unchanged any infomation about addresses + * The client leaves unchanged any information about addresses * it has recorded but are not included ("cancel/break" below). * A not included IA ("cleanup" below) could give a Renew/Rebind. */