Skip to content

Commit

Permalink
Merge pull request #356 from needsure/master
Browse files Browse the repository at this point in the history
chore: fix some typos in comments
  • Loading branch information
stefanprodan committed Apr 28, 2024
2 parents 37ba3e8 + 37fa020 commit f350624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/api/grpc/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (s *Server) ListenAndServe() *grpc.Server {
server := health.NewServer()


// Register grpc apis for refection
// Register grpc apis for reflection
echo.RegisterEchoServiceServer(srv, &echoServer{config: s.config, logger: s.logger})

version.RegisterVersionServiceServer(srv, &VersionServer{config: s.config, logger: s.logger})
Expand Down
2 changes: 1 addition & 1 deletion timoni/podinfo/templates/config.cue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import (
// The securityContext allows setting the container security context.
securityContext?: corev1.#SecurityContext

// Pod optinal settings.
// Pod optional settings.
podAnnotations?: {[string]: string}
podSecurityContext?: corev1.#PodSecurityContext
imagePullSecrets?: [...corev1.LocalObjectReference]
Expand Down

0 comments on commit f350624

Please sign in to comment.