*: fix mispellings
This commit is contained in:
parent
bcdbb04f74
commit
79d5838077
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ func TestParseValidURLData(t *testing.T) {
|
|||
}
|
||||
|
||||
if !mapArrayEqual(parseVal, parsedQueryObj.params) {
|
||||
t.Fatalf("Incorrect parse at item %d.\n Expected=%v\n Recieved=%v\n", parseIndex, parseVal, parsedQueryObj.params)
|
||||
t.Fatalf("Incorrect parse at item %d.\n Expected=%v\n Received=%v\n", parseIndex, parseVal, parsedQueryObj.params)
|
||||
}
|
||||
|
||||
if parsedQueryObj.path != "/announce" {
|
||||
|
|
|
@ -24,7 +24,7 @@ type Stopper interface {
|
|||
// The channel can either return one error or be closed. Closing the
|
||||
// channel signals a clean shutdown.
|
||||
// The Stop function should return immediately and perform the actual
|
||||
// shutdown in a seperate goroutine.
|
||||
// shutdown in a separate goroutine.
|
||||
Stop() <-chan error
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue