Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mojiiba committed Nov 21, 2023
1 parent 7218d0f commit 00c791f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ type InterceptorOpts struct {

func (*InterceptorOpts) isbootzServerOpts() {}

// NewServer start a new Bootz gRPC , dhcp, and image server based on specefied flags.
// NewServer start a new Bootz gRPC , dhcp, and image server based on specified flags.
func NewServer(bootzAddr string, em *entitymanager.InMemoryEntityManager, sa *service.SecurityArtifacts, opts ...bootzServerOpts) (*Server, error) {
var interceptor grpc.ServerOption
server := &Server{}
Expand Down

0 comments on commit 00c791f

Please sign in to comment.