[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 33bf393..95e6297 100644
--- a/lib/rb/lib/thrift/server/tserver.rb
+++ b/lib/rb/lib/thrift/server/tserver.rb
@@ -27,8 +27,8 @@
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()