Merge pull request #2330 from pmorie/typo

Typo fix
pull/6/head
Clayton Coleman 2014-11-12 13:37:04 -05:00
commit ab3bf094b6
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ func (f *FIFO) List() []interface{} {
return list
}
// ContainedIDs returns a util.StringSet containing all IDs of stored the items.
// ContainedIDs returns a util.StringSet containing all IDs of the stored items.
// This is a snapshot of a moment in time, and one should keep in mind that
// other go routines can add or remove items after you call this.
func (c *FIFO) ContainedIDs() util.StringSet {

View File

@ -78,7 +78,7 @@ func (c *cache) List() []interface{} {
return list
}
// ContainedIDs returns a util.StringSet containing all IDs of stored the items.
// ContainedIDs returns a util.StringSet containing all IDs of the stored items.
// This is a snapshot of a moment in time, and one should keep in mind that
// other go routines can add or remove items after you call this.
func (c *cache) ContainedIDs() util.StringSet {