(build_ptrmemfunc): Fix misspellings in messages.

From-SVN: r9717
This commit is contained in:
Richard Kenner 1995-05-16 08:45:16 -04:00
parent 788d4ba02b
commit f3e9dd4cb2
1 changed files with 1 additions and 1 deletions

View File

@ -6314,7 +6314,7 @@ build_ptrmemfunc (type, pfn, force)
pfn = integer_zero_node;
else
{
sorry ("value casting of varible nonnull pointer to member functions not supported");
sorry ("value casting of variable nonnull pointer to member functions not supported");
return error_mark_node;
}
}