[thrift] small typo in tserver.rb
authorChristopher Piro <cpiro@apache.org>
Mon, 2 Jul 2007 06:35:10 +0000 (06:35 +0000)
committerChristopher Piro <cpiro@apache.org>
Mon, 2 Jul 2007 06:35:10 +0000 (06:35 +0000)
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

index 33bf393..95e6297 100644 (file)
@@ -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()