mirror of
https://github.com/sot-tech/mochi.git
synced 2026-06-07 21:51:54 -07:00
*: fix mispellings
This commit is contained in:
@@ -62,7 +62,7 @@ func TestParseValidURLData(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if !mapArrayEqual(parseVal, parsedQueryObj.params) {
|
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" {
|
if parsedQueryObj.path != "/announce" {
|
||||||
|
|||||||
+1
-1
@@ -24,7 +24,7 @@ type Stopper interface {
|
|||||||
// The channel can either return one error or be closed. Closing the
|
// The channel can either return one error or be closed. Closing the
|
||||||
// channel signals a clean shutdown.
|
// channel signals a clean shutdown.
|
||||||
// The Stop function should return immediately and perform the actual
|
// The Stop function should return immediately and perform the actual
|
||||||
// shutdown in a seperate goroutine.
|
// shutdown in a separate goroutine.
|
||||||
Stop() <-chan error
|
Stop() <-chan error
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user