Skip to content

Commit

Permalink
unsuported -> unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfalting committed Dec 14, 2023
1 parent 99950de commit 95b8cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stronf/coerce.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,6 @@ func coerceString(field Field, s string) (any, error) {
return uintptr(u), nil

default:
return nil, fmt.Errorf("structconf: unsuported type: %q", field.Kind().String())
return nil, fmt.Errorf("structconf: unsupported type: %q", field.Kind().String())
}
}

0 comments on commit 95b8cac

Please sign in to comment.