Skip to content

Commit a740801

Browse files
committed
Fix typo in docstring
Signed-off-by: Evan Lezar <[email protected]>
1 parent 4149a8a commit a740801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cdi/spec.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ func SetSpecValidator(fn func(*cdi.Spec) error) {
259259
specValidator = fn
260260
}
261261

262-
// validateSpec validates the Spec using the extneral validator.
262+
// validateSpec validates the Spec using the external validator.
263263
func validateSpec(raw *cdi.Spec) error {
264264
validatorLock.RLock()
265265
defer validatorLock.RUnlock()

0 commit comments

Comments
 (0)