From a87d6e404d765e5106c3a956125bd34adc9d42c3 Mon Sep 17 00:00:00 2001 From: gonzo Date: Fri, 20 Jun 2008 21:41:44 +0000 Subject: [PATCH] Fix spelling PR: kern/124723 Event: Bugathon#5 --- ggated/ggated.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ggated/ggated.c b/ggated/ggated.c index b211ccc..74784e7 100644 --- a/ggated/ggated.c +++ b/ggated/ggated.c @@ -211,10 +211,10 @@ line_parse(char *line, unsigned lineno) ex = malloc(sizeof(*ex)); if (ex == NULL) - g_gate_xlog("No enough memory."); + g_gate_xlog("Not enough memory."); ex->e_path = strdup(path); if (ex->e_path == NULL) - g_gate_xlog("No enough memory."); + g_gate_xlog("Not enough memory."); /* Made 'and' here. */ ex->e_ip = (ip & mask);