We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bce762 commit 081e75bCopy full SHA for 081e75b
pkg/cdi/spec.go
@@ -259,7 +259,7 @@ func SetSpecValidator(fn func(*cdi.Spec) error) {
259
specValidator = fn
260
}
261
262
-// validateSpec validates the Spec using the extneral validator.
+// validateSpec validates the Spec using the external validator.
263
func validateSpec(raw *cdi.Spec) error {
264
validatorLock.RLock()
265
defer validatorLock.RUnlock()
0 commit comments