module.c (use_iso_fortran_env_module): Spell 'referrenced' correctly.

2011-08-14  Steven G. Kargl  <kargl@gcc.gnu.org>

	* module.c (use_iso_fortran_env_module):  Spell 'referrenced' correctly.

From-SVN: r177750
This commit is contained in:
Steven G. Kargl 2011-08-14 18:00:51 +00:00
parent 12e502c615
commit 8533a1cae9
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2011-08-14 Steven G. Kargl <kargl@gcc.gnu.org>
* module.c (use_iso_fortran_env_module): Spell 'referrenced' correctly.
2011-08-14 Janus Weil <janus@gcc.gnu.org>
PR fortran/50073

View file

@ -5577,7 +5577,7 @@ use_iso_fortran_env_module (void)
u->found = 1;
if (gfc_notify_std (symbol[i].standard, "The symbol '%s', "
"referrenced at %C, is not in the selected "
"referenced at %C, is not in the selected "
"standard", symbol[i].name) == FAILURE)
continue;