From 066426a8dda3110ab37af422ec0da1f89c7ab518 Mon Sep 17 00:00:00 2001
From: Marcus Comstedt <marcus@mc.pp.se>
Date: Mon, 25 May 1998 22:47:17 +0200
Subject: [PATCH] Corrected a spelling error.

Rev: src/modules/sprintf/sprintf.c:1.21
---
 src/modules/sprintf/sprintf.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/sprintf/sprintf.c b/src/modules/sprintf/sprintf.c
index 4732c71d4f..308859d2f5 100644
--- a/src/modules/sprintf/sprintf.c
+++ b/src/modules/sprintf/sprintf.c
@@ -96,7 +96,7 @@
 */
 
 #include "global.h"
-RCSID("$Id: sprintf.c,v 1.20 1998/05/24 22:40:53 marcus Exp $");
+RCSID("$Id: sprintf.c,v 1.21 1998/05/25 20:47:17 marcus Exp $");
 #include "error.h"
 #include "array.h"
 #include "svalue.h"
@@ -924,7 +924,7 @@ static string low_pike_sprintf(char *format,
         l=4;
         if(fsp->width > 0) l=fsp->width;
 	if(l != 4 && l != 8)
-	  sprintf_error("Invalid IEEE witdh %d.\n", l);
+	  sprintf_error("Invalid IEEE width %d.\n", l);
 	fsp->b=(char *)alloca(l);
 	fsp->len=l;
 	GET_FLOAT(tf);
-- 
GitLab