From 8533a1cae9bcc18f1d8b56da641f34db37e63547 Mon Sep 17 00:00:00 2001 From: "Steven G. Kargl" Date: Sun, 14 Aug 2011 18:00:51 +0000 Subject: module.c (use_iso_fortran_env_module): Spell 'referrenced' correctly. 2011-08-14 Steven G. Kargl * module.c (use_iso_fortran_env_module): Spell 'referrenced' correctly. From-SVN: r177750 --- gcc/fortran/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/fortran/module.c') diff --git a/gcc/fortran/module.c b/gcc/fortran/module.c index b62ad8d..aef3404 100644 --- a/gcc/fortran/module.c +++ b/gcc/fortran/module.c @@ -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; -- cgit v1.1