From 2e9b24211a523c754b9437d6b742d6df304d8aeb Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 7 Jun 2000 12:29:08 +0000 Subject: Spelling fixes to progdoc. --- nest/proto.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nest/proto.c') diff --git a/nest/proto.c b/nest/proto.c index 8275638..54fb3bf 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -93,7 +93,7 @@ proto_relink(struct proto *p) * with data specific to the protocol) * * When a new configuration has been read in, the core code starts - * initializing all the protocol instandces configured by calling their + * initializing all the protocol instances configured by calling their * init() hooks with the corresponding instance configuration. The initialization * code of the protocol is expected to create a new instance according to the * configuration by calling this function and then modifying the default settings @@ -456,7 +456,7 @@ protos_dump_all(void) * * After the platform specific initialization code uses protos_build() * to add all the standard protocols, it should call proto_build() for - * all platform specific protocols to infrom the core that they exist. + * all platform specific protocols to inform the core that they exist. */ void proto_build(struct protocol *p) -- cgit v1.2.3