From: kenner Date: Tue, 16 May 1995 12:45:16 +0000 (+0000) Subject: (build_ptrmemfunc): Fix misspellings in messages. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8eb47e66117b2c4dddaccf155403c241d4a7a0ef;p=platform%2Fupstream%2Flinaro-gcc.git (build_ptrmemfunc): Fix misspellings in messages. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9717 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/cp/typeck.c b/gcc/cp/typeck.c index 280e9de..badefe8 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; } }