Index: write.c =================================================================== RCS file: /cvs/gcc/gcc/libgfortran/io/write.c,v retrieving revision 1.22 diff -u -r1.22 write.c --- write.c 12 Jan 2005 21:27:31 -0000 1.22 +++ write.c 21 Feb 2005 19:59:46 -0000 @@ -297,7 +297,7 @@ /* We should always know the field width and precision. */ if (d < 0) - internal_error ("Uspecified precision"); + internal_error ("Unspecified precision"); /* Use sprintf to print the number in the format +D.DDDDe+ddd For an N digit exponent, this gives us (32-6)-N digits after the