veyron/runtimes/google/ipc/stream/vc/flow.go: Fixed remoteBlessings spelling.

Change-Id: I1f61148c4990bdbe4ee46d950f0d9323bffddb3b
diff --git a/runtimes/google/ipc/stream/vc/flow.go b/runtimes/google/ipc/stream/vc/flow.go
index 254fed4..794fa05 100644
--- a/runtimes/google/ipc/stream/vc/flow.go
+++ b/runtimes/google/ipc/stream/vc/flow.go
@@ -20,10 +20,10 @@
 	RemoteID() security.PublicID
 }
 
-func (f *flow) LocalPrincipal() security.Principal { return nil }
-func (f *flow) RemoteBlesings() security.Blessings { return nil }
-func (f *flow) LocalEndpoint() naming.Endpoint     { return f.localEndpoint }
-func (f *flow) RemoteEndpoint() naming.Endpoint    { return f.remoteEndpoint }
+func (f *flow) LocalPrincipal() security.Principal  { return nil }
+func (f *flow) RemoteBlessings() security.Blessings { return nil }
+func (f *flow) LocalEndpoint() naming.Endpoint      { return f.localEndpoint }
+func (f *flow) RemoteEndpoint() naming.Endpoint     { return f.remoteEndpoint }
 
 // implement net.Conn
 func (f *flow) LocalAddr() net.Addr  { return f.localEndpoint }