Change (ocis,OCIS) to oCIS, unify GitHub branding

This commit is contained in:
Pascal Wengerter
2021-01-28 00:32:47 +00:00
parent 8dd28582cc
commit d7b1ecb3dc
27 changed files with 79 additions and 79 deletions
+3 -3
View File
@@ -30,7 +30,7 @@ var (
"registry", // :8000
}
// Extensions are ocis extension services
// Extensions are oCIS extension services
Extensions = []string{
"glauth",
"konnectd",
@@ -70,7 +70,7 @@ type Runtime struct {
c *config.Config
}
// New creates a new ocis + micro runtime
// New creates a new oCIS + micro runtime
func New(cfg *config.Config) Runtime {
return Runtime{
c: cfg,
@@ -85,7 +85,7 @@ func (r *Runtime) Start() error {
)
}
// Launch ocis default ocis extensions.
// Launch oCIS default oCIS extensions.
func (r *Runtime) Launch() {
var client *rpc.Client
var err error