diff --git a/utils.go b/utils.go index 434f96e..37a028d 100644 --- a/utils.go +++ b/utils.go @@ -56,7 +56,7 @@ func GetCurrentIP(configuration *Settings) (string, error) { return string(body), nil } -// IdentifyPanic identifies panic and output the detailed panic infomation +// IdentifyPanic identifies panic and output the detailed panic information func IdentifyPanic() string { var name, file string var line int