Commit 43c7fc04 authored by Rob Pike's avatar Rob Pike

fix typo

R=rsc
OCL=32472
CL=32472
parent 3314f8c8
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
arith := new(Arith); arith := new(Arith);
rpc.Register(arith); rpc.Register(arith);
rrpc.HandleHTTP(); rpc.HandleHTTP();
l, e := net.Listen("tcp", ":1234"); l, e := net.Listen("tcp", ":1234");
if e != nil { if e != nil {
log.Exit("listen error:", e); log.Exit("listen error:", e);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment