diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 546add30f..29d7fe993 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -27,7 +27,7 @@ }, { "ImportPath": "github.com/juju/ratelimit", - "Rev": "faa59ce93750e747b2997635e8b7daf30024b1ac" + "Rev": "772f5c38e468398c4511514f4f6aa9a4185bc0a0" }, { "ImportPath": "github.com/kardianos/osext", @@ -35,7 +35,7 @@ }, { "ImportPath": "github.com/syncthing/protocol", - "Rev": "b29cfce29e9af56b07b311d27eedceff805f92e2" + "Rev": "7996ef0d45b7743ff930048b6413b37b2c33cd85" }, { "ImportPath": "github.com/syndtr/goleveldb/leveldb", diff --git a/Godeps/_workspace/src/github.com/syncthing/protocol/protocol.go b/Godeps/_workspace/src/github.com/syncthing/protocol/protocol.go index 1f9a9ad09..d0e23055d 100644 --- a/Godeps/_workspace/src/github.com/syncthing/protocol/protocol.go +++ b/Godeps/_workspace/src/github.com/syncthing/protocol/protocol.go @@ -165,7 +165,7 @@ func NewConnection(deviceID DeviceID, reader io.Reader, writer io.Writer, receiv return wireFormatConnection{&c} } -// Start creates the goroutines for sending a receiving of messages. It must +// Start creates the goroutines for sending and receiving of messages. It must // be called exactly once after creating a connection. func (c *rawConnection) Start() { go c.readerLoop()