# HG changeset patch # User Richard M. Stallman # Date 809567586 0 # Node ID f83031b644ac53061cbbd57aaf47688f4e55a3ac # Parent 7a3cd2170cb764d94e976d300d4a3e4819c26477 (doprnt): Fix typo in error message. diff -r 7a3cd2170cb7 -r f83031b644ac src/doprnt.c --- a/src/doprnt.c Sun Aug 27 18:17:01 1995 +0000 +++ b/src/doprnt.c Sun Aug 27 23:53:06 1995 +0000 @@ -105,7 +105,7 @@ size_bound += 50; if (size_bound > (unsigned) (1 << (INTBITS - 1))) - error ("Format padding to large"); + error ("Format padding too large"); /* Make sure we have that much. */ if (size_bound > size_allocated)