Commit 9e18364f authored by JoeWrightss's avatar JoeWrightss Committed by Matthew Fisher
Browse files

Fix some spelling errors in comment (#5246)


Signed-off-by: default avatarzhoulin xie <zhoulin.xie@daocloud.io>
Showing with 3 additions and 3 deletions
+3 -3
......@@ -148,7 +148,7 @@ func (s *Server) URL() string {
return s.srv.URL
}
// LinkIndices links the index created with CreateIndex and makes a symboic link to the repositories/cache directory.
// LinkIndices links the index created with CreateIndex and makes a symbolic link to the repositories/cache directory.
//
// This makes it possible to simulate a local cache of a repository.
func (s *Server) LinkIndices() error {
......
......@@ -45,7 +45,7 @@ type Secrets struct {
Log func(string, ...interface{})
}
// NewSecrets initializes a new Secrets wrapping an implmenetation of
// NewSecrets initializes a new Secrets wrapping an implementation of
// the kubernetes SecretsInterface.
func NewSecrets(impl corev1.SecretInterface) *Secrets {
return &Secrets{
......
......@@ -140,7 +140,7 @@ func (s *ReleaseServer) partition(rels []*release.Release, cap int) <-chan []*re
// Over-cap, push chunk onto channel to send over gRPC stream
s.Log("partitioned at %d with %d releases (cap=%d)", fill, len(chunk), cap)
chunks <- chunk
// reset paritioning state
// reset partitioning state
chunk = nil
fill = 0
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment