|
@@ -183,7 +183,7 @@ func (ieie InvalidEndpointIDError) BadRequest() {}
|
|
|
type InvalidSandboxIDError string
|
|
|
|
|
|
func (isie InvalidSandboxIDError) Error() string {
|
|
|
- return fmt.Sprintf("invalid sanbox id: %s", string(isie))
|
|
|
+ return fmt.Sprintf("invalid sandbox id: %s", string(isie))
|
|
|
}
|
|
|
|
|
|
// BadRequest denotes the type of this error
|