From: Richard Kenner Date: Tue, 16 May 1995 12:45:16 +0000 (-0400) Subject: (build_ptrmemfunc): Fix misspellings in messages. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f3e9dd4cb236cf73c02090980ece6340627bf5f2;p=gcc.git (build_ptrmemfunc): Fix misspellings in messages. From-SVN: r9717 --- diff --git a/gcc/cp/typeck.c b/gcc/cp/typeck.c index 280e9dedcc7..badefe8f9de 100644 --- a/gcc/cp/typeck.c +++ b/gcc/cp/typeck.c @@ -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; } }