mirror of
https://github.com/sot-tech/mochi.git
synced 2026-05-30 04:09:26 -07:00
*: fix mispellings
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user