Skip to content

Commit c85e408

Browse files
author
Dean Karn
committed
correct spelling
1 parent ec907ab commit c85e408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ func Stack() Frame {
150150
}
151151

152152
// StackLevel returns a stack from for parsing into a trace line
153-
// this is primarily used by other libraries who use this pacakge
153+
// this is primarily used by other libraries who use this package
154154
// internally as the level needs to be adjusted.
155155
func StackLevel(level int) Frame {
156156
s := callers()

0 commit comments

Comments
 (0)