You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dr...@apache.org on 2010/08/31 00:05:10 UTC

svn commit: r990965 - /incubator/thrift/trunk/lib/erl/src/thrift_binary_protocol.erl

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").