intrinsic.c (check_intrinsic_standard): Fix spelling error in a warning message.

* intrinsic.c (check_intrinsic_standard): Fix spelling error
	in a warning message.

From-SVN: r101207
This commit is contained in:
Erik Edelmann 2005-06-20 16:02:51 +03:00 committed by François-Xavier Coudert
parent 84946e72dc
commit b376133b7f
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-06-20 Erik Edelmann <erik.edelmann@iki.fi>
* intrinsic.c (check_intrinsic_standard): Fix spelling error
in a warning message.
2005-06-18 Erik Edelman <eedelman@acclab.helsinki.fi>
Steven G. Kargl <kargls@comast.net>

View file

@ -2914,7 +2914,7 @@ check_intrinsic_standard (const char *name, int standard, locus * where)
if (!gfc_option.warn_nonstd_intrinsics)
return;
gfc_notify_std (standard, "Intrinsic '%s' at %L is not included"
gfc_notify_std (standard, "Intrinsic '%s' at %L is not included "
"in the selected standard", name, where);
}