From: David Reiss Date: Sun, 2 Mar 2008 21:59:48 +0000 (+0000) Subject: Fix a typo in a warning message in thrifty.yy. X-Git-Tag: 0.2.0~925 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=9f646157f0c22f021343df778df5ed3fcd8da933;p=common%2Fthrift.git Fix a typo in a warning message in thrifty.yy. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665547 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/compiler/cpp/src/thrifty.yy b/compiler/cpp/src/thrifty.yy index 74222ba5..db4a4a8e 100644 --- a/compiler/cpp/src/thrifty.yy +++ b/compiler/cpp/src/thrifty.yy @@ -315,7 +315,7 @@ Header: /* TODO(dreiss): Get rid of this once everyone is using the new hotness. */ | tok_java_package tok_identifier { - pwarning(1, "'java package' is deprecated. Use 'namespace java' instead"); + pwarning(1, "'java_package' is deprecated. Use 'namespace java' instead"); pdebug("Header -> tok_java_package tok_identifier"); if (g_parse_mode == PROGRAM) { g_program->set_namespace("java", $2);