From 6d0be7235cf491431242319a5edc7243ece76d22 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Mon, 30 Aug 2010 22:05:09 +0000 Subject: [PATCH] erlang: Spell behaviour properly 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"). -- 2.17.1