erlang: Spell behaviour properly
authorDavid Reiss <dreiss@apache.org>
Mon, 30 Aug 2010 22:05:09 +0000 (22:05 +0000)
committerDavid Reiss <dreiss@apache.org>
Mon, 30 Aug 2010 22:05:09 +0000 (22:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@990965 13f79535-47bb-0310-9956-ffa450edef68

lib/erl/src/thrift_binary_protocol.erl

index ad53384..a681acf 100644 (file)
@@ -19,7 +19,7 @@
 
 -module(thrift_binary_protocol).
 
--behavior(thrift_protocol).
+-behaviour(thrift_protocol).
 
 -include("thrift_constants.hrl").
 -include("thrift_protocol.hrl").