From: Robert Griesemer
Date: Wed, 29 Apr 2009 18:45:08 +0000 (-0700)
Subject: typo in spec
X-Git-Tag: weekly.2009-11-06~1745
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ce9fbdbee05d5972b0db55a599f557ec73ee39bf;p=gostls13.git
typo in spec
R=tgs
DELTA=1 (0 added, 0 deleted, 1 changed)
OCL=28032
CL=28032
---
diff --git a/doc/go_spec.html b/doc/go_spec.html
index f86a293d57..3517834463 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -3396,7 +3396,7 @@ a single byte in the string.
For channels, the identifier list must contain one identifier.
-The iteration recieves values sent on the channel until the channel is closed;
+The iteration receives values sent on the channel until the channel is closed;
it does not process the zero value sent before the channel is closed.