From 7ef673345bcac6284067280a1e8e1c49fbc2c9b9 Mon Sep 17 00:00:00 2001 From: Christopher Piro Date: Mon, 2 Jul 2007 06:35:10 +0000 Subject: [PATCH] [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 --- lib/rb/lib/thrift/server/tserver.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() -- 2.17.1