From 67a3976a241fcc9feb8677d4319045087a627917 Mon Sep 17 00:00:00 2001 From: fbernon Date: Thu, 23 Apr 2009 15:28:52 +0000 Subject: [PATCH] init.c: typo --- src/core/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/init.c b/src/core/init.c index 2dcfbdfc..e99cc4c9 100644 --- a/src/core/init.c +++ b/src/core/init.c @@ -156,7 +156,7 @@ #error "MEM_USE_POOLS requires custom pools (MEMP_USE_CUSTOM_POOLS) to be enabled in your lwipopts.h" #endif #if (PBUF_POOL_BUFSIZE <= MEM_ALIGNMENT) - #error "PBUF_POOL_BUFSIZE must be grater than MEM_ALIGNMENT or the offset may take the full first pbuf" + #error "PBUF_POOL_BUFSIZE must be greater than MEM_ALIGNMENT or the offset may take the full first pbuf" #endif #if (TCP_QUEUE_OOSEQ && !LWIP_TCP) #error "TCP_QUEUE_OOSEQ requires LWIP_TCP"