Quellcode durchsuchen

Merge pull request #37788 from max8899/patch-1

fix typos
Sebastiaan van Stijn vor 6 Jahren
Ursprung
Commit
f3c4ec8c0e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      integration-cli/requirements_test.go

+ 1 - 1
integration-cli/requirements_test.go

@@ -195,7 +195,7 @@ func IsolationIsProcess() bool {
 	return IsolationIs("process")
 	return IsolationIs("process")
 }
 }
 
 
-// RegistryHosting returns wether the host can host a registry (v2) or not
+// RegistryHosting returns whether the host can host a registry (v2) or not
 func RegistryHosting() bool {
 func RegistryHosting() bool {
 	// for now registry binary is built only if we're running inside
 	// for now registry binary is built only if we're running inside
 	// container through `make test`. Figure that out by testing if
 	// container through `make test`. Figure that out by testing if