Browse Source

correct spelling mistake (#1092)

Edward Betts 8 years ago
parent
commit
ab50cf9790
1 changed files with 1 additions and 1 deletions
  1. 1 1
      recovery.go

+ 1 - 1
recovery.go

@@ -46,7 +46,7 @@ func RecoveryWithWriter(out io.Writer) HandlerFunc {
 	}
 }
 
-// stack returns a nicely formated stack frame, skipping skip frames.
+// stack returns a nicely formatted stack frame, skipping skip frames.
 func stack(skip int) []byte {
 	buf := new(bytes.Buffer) // the returned data
 	// As we loop, we open files and read them. These variables record the currently