Dave Cheney пре 10 година
родитељ
комит
b700c3e918
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      errors.go

+ 1 - 1
errors.go

@@ -61,7 +61,7 @@ import (
 	"strings"
 )
 
-// stack represents a stack of programm counters.
+// stack represents a stack of program counters.
 type stack []uintptr
 
 func (s *stack) Stack() []uintptr { return *s }