Skip to content

Commit

Permalink
correct misspell on spew/common.go#L183
Browse files Browse the repository at this point in the history
  • Loading branch information
hiveminded committed Jun 26, 2017
1 parent 346938d commit 782f496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spew/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func printComplex(w io.Writer, c complex128, floatPrecision int) {
w.Write(closeParenBytes)
}

// printHexPtr outputs a uintptr formatted as hexidecimal with a leading '0x'
// printHexPtr outputs a uintptr formatted as hexadecimal with a leading '0x'
// prefix to Writer w.
func printHexPtr(w io.Writer, p uintptr) {
// Null pointer.
Expand Down

0 comments on commit 782f496

Please sign in to comment.