]> Cypherpunks repositories - gostls13.git/commitdiff
fix typo
authorRob Pike <r@golang.org>
Wed, 29 Jul 2009 22:33:12 +0000 (15:33 -0700)
committerRob Pike <r@golang.org>
Wed, 29 Jul 2009 22:33:12 +0000 (15:33 -0700)
R=rsc
OCL=32472
CL=32472

src/pkg/rpc/server.go

index 8ff7d260ddb1837350f0fca3618ea423e211875a..d1b7de714c761d39b13a954bb11d10bcddea9326 100644 (file)
@@ -69,7 +69,7 @@
 
                arith := new(Arith);
                rpc.Register(arith);
-               rrpc.HandleHTTP();
+               rpc.HandleHTTP();
                l, e := net.Listen("tcp", ":1234");
                if e != nil {
                        log.Exit("listen error:", e);