Author: dreiss
Date: Mon Aug 30 22:05:09 2010
New Revision: 990965
URL: http://svn.apache.org/viewvc?rev=990965&view=rev
Log:
erlang: Spell behaviour properly
Modified:
incubator/thrift/trunk/lib/erl/src/thrift_binary_protocol.erl
Modified: incubator/thrift/trunk/lib/erl/src/thrift_binary_protocol.erl
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/erl/src/thrift_binary_protocol.erl?rev=990965&r1=990964&r2=990965&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/erl/src/thrift_binary_protocol.erl (original)
+++ incubator/thrift/trunk/lib/erl/src/thrift_binary_protocol.erl Mon Aug 30
22:05:09 2010
@@ -19,7 +19,7 @@
-module(thrift_binary_protocol).
--behavior(thrift_protocol).
+-behaviour(thrift_protocol).
-include("thrift_constants.hrl").
-include("thrift_protocol.hrl").