fix some typos

This commit is contained in:
Lucas Clemente 2016-08-06 14:35:04 +02:00
parent 8664ee44b8
commit c8bb818e4d
4 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@ var _ = Describe("Streams Map", func() {
m = newStreamsMap()
})
It("returns an error for non-existant streams", func() {
It("returns an error for non-existent streams", func() {
_, exists := m.GetStream(1)
Expect(exists).To(BeFalse())
})