erlang: Spell behaviour properly

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@990965 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Reiss 2010-08-30 22:05:09 +00:00
parent d172a887ff
commit 6d0be7235c

View File

@ -19,7 +19,7 @@
-module(thrift_binary_protocol).
-behavior(thrift_protocol).
-behaviour(thrift_protocol).
-include("thrift_constants.hrl").
-include("thrift_protocol.hrl").