misc: Fix typos and spelling errors
This commit is contained in:
@@ -46,7 +46,7 @@ func init() {
|
||||
// PanicRes is a no-op resource that does nothing as quietly as possible. One of
|
||||
// these will be added the graph if you use the panic function. (Even when it is
|
||||
// in a non-panic mode.) This is possibly the simplest resource that exists, and
|
||||
// in fact, everytime it is used, it will always have the same "name" value. It
|
||||
// in fact, every time it is used, it will always have the same "name" value. It
|
||||
// is only used so that there is a valid destination for the panic function.
|
||||
type PanicRes struct {
|
||||
traits.Base // add the base methods without re-implementation
|
||||
|
||||
Reference in New Issue
Block a user