Skip to content

Commit

Permalink
Fix typo: Provier -> Provider (#571)
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>

Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
  • Loading branch information
roidelapluie committed Dec 7, 2022
1 parent 0082ead commit 8c3788a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/fwserver/server.go
Expand Up @@ -302,7 +302,7 @@ func (s *Server) ProviderSchema(ctx context.Context) (fwschema.Schema, diag.Diag
s.providerSchemaDiags = diags
default:
s.providerSchemaDiags.AddError(
"Provier Missing Schema",
"Provider Missing Schema",
"While attempting to load provider schemas, the provider itself was missing a Schema method. "+
"This is always an issue in the provider and should be reported to the provider developers.",
)
Expand Down

0 comments on commit 8c3788a

Please sign in to comment.