mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02:00
Fix typos
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
0efd374805
commit
3cea2932e1
@@ -275,8 +275,8 @@ type Page struct {
|
||||
targetPathDescriptorPrototype *targetPathDescriptor
|
||||
}
|
||||
|
||||
func stackTrace(lenght int) string {
|
||||
trace := make([]byte, lenght)
|
||||
func stackTrace(length int) string {
|
||||
trace := make([]byte, length)
|
||||
runtime.Stack(trace, true)
|
||||
return string(trace)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user