From: Christopher Piro Date: Mon, 2 Jul 2007 06:35:10 +0000 (+0000) Subject: [thrift] small typo in tserver.rb X-Git-Tag: 0.2.0~1323 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=7ef673345bcac6284067280a1e8e1c49fbc2c9b9;p=common%2Fthrift.git [thrift] small typo in tserver.rb Summary: s:procotol:protocol:g git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665149 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/rb/lib/thrift/server/tserver.rb b/lib/rb/lib/thrift/server/tserver.rb index 33bf393d..95e6297a 100644 --- a/lib/rb/lib/thrift/server/tserver.rb +++ b/lib/rb/lib/thrift/server/tserver.rb @@ -27,8 +27,8 @@ end class TSimpleServer < TServer - def initialize(processor, serverTransport, transportFactory=nil, procotolFactory=nil) - super(processor, serverTransport, transportFactory, procotolFactory) + def initialize(processor, serverTransport, transportFactory=nil, protocolFactory=nil) + super(processor, serverTransport, transportFactory, protocolFactory) end def serve()