fix: correct spelling for debuglogger.InternalError() (#1784)

This commit is contained in:
Ben McClelland
2026-01-24 06:44:54 -08:00
committed by GitHub
parent ca2dd9b4b3
commit 01fc142c1e
5 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -50,8 +50,8 @@ func Panic(er error) {
printError(prefixPanic, er)
}
// InernalError prints the internal error out in the console
func InernalError(er error) {
// InternalError prints the internal error out in the console
func InternalError(er error) {
printError(prefixInernalError, er)
}