commit | 6d0be7235cf491431242319a5edc7243ece76d22 | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | Mon Aug 30 22:05:09 2010 +0000 |
committer | David Reiss <dreiss@apache.org> | Mon Aug 30 22:05:09 2010 +0000 |
tree | 24ef6e36f90c6948acc28df793612552d17168d2 | |
parent | d172a887ff5668b83bb7ab482d731fe384cbd35f [diff] [blame] |
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 ad53384..a681acf 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").