Index: gcc.dg/plugin/plugindir1.c =================================================================== --- gcc.dg/plugin/plugindir1.c (revision 180206) +++ gcc.dg/plugin/plugindir1.c (working copy) @@ -1,4 +1,4 @@ /* { dg-do compile } */ /* { dg-options "-c -fplugin=foo" } */ -/* { dg-prune-output ".*inacessible plugin file.*foo\.so expanded from short plugin name.*" } */ +/* { dg-prune-output ".*inaccessible plugin file.*foo\.so expanded from short plugin name.*" } */ Index: gcc.dg/plugin/plugindir2.c =================================================================== --- gcc.dg/plugin/plugindir2.c (revision 180206) +++ gcc.dg/plugin/plugindir2.c (working copy) @@ -1,4 +1,4 @@ /* { dg-do compile } */ /* { dg-options "-save-temps -c -fplugin=foo" } */ -/* { dg-prune-output ".*inacessible plugin file.*foo\.so expanded from short plugin name.*" } */ +/* { dg-prune-output ".*inaccessible plugin file.*foo\.so expanded from short plugin name.*" } */ Index: gcc.dg/plugin/plugindir3.c =================================================================== --- gcc.dg/plugin/plugindir3.c (revision 180206) +++ gcc.dg/plugin/plugindir3.c (working copy) @@ -1,4 +1,4 @@ /* { dg-do preprocess } */ /* { dg-options "-fplugin=foo" } */ -/* { dg-prune-output ".*inacessible plugin file.*foo\.so expanded from short plugin name.*" } */ +/* { dg-prune-output ".*inaccessible plugin file.*foo\.so expanded from short plugin name.*" } */ Index: gcc.dg/plugin/plugindir4.c =================================================================== --- gcc.dg/plugin/plugindir4.c (revision 180206) +++ gcc.dg/plugin/plugindir4.c (working copy) @@ -1,4 +1,4 @@ /* { dg-do preprocess } */ /* { dg-options "-iplugindir=my-plugindir -fplugin=foo" } */ -/* { dg-prune-output ".*inacessible plugin file.*my-plugindir/foo\.so expanded from short plugin name.*" } */ +/* { dg-prune-output ".*inaccessible plugin file.*my-plugindir/foo\.so expanded from short plugin name.*" } */