From: David Reiss Date: Mon, 30 Aug 2010 22:05:09 +0000 (+0000) Subject: erlang: Spell behaviour properly X-Git-Tag: 0.5.0~140 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=6d0be7235cf491431242319a5edc7243ece76d22;p=common%2Fthrift.git erlang: Spell behaviour properly git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@990965 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/erl/src/thrift_binary_protocol.erl b/lib/erl/src/thrift_binary_protocol.erl index ad533842..a681acfa 100644 --- a/lib/erl/src/thrift_binary_protocol.erl +++ b/lib/erl/src/thrift_binary_protocol.erl @@ -19,7 +19,7 @@ -module(thrift_binary_protocol). --behavior(thrift_protocol). +-behaviour(thrift_protocol). -include("thrift_constants.hrl"). -include("thrift_protocol.hrl").