Mercurial > emacs
changeset 12959:f83031b644ac
(doprnt): Fix typo in error message.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 27 Aug 1995 23:53:06 +0000 |
parents | 7a3cd2170cb7 |
children | 6db607a7b62d |
files | src/doprnt.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)