Dave Cheney преди 9 години
родител
ревизия
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 }