Skip to content

Commit 081e75b

Browse files
committed
Fix typo in docstring
Signed-off-by: Evan Lezar <[email protected]>
1 parent 6bce762 commit 081e75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cdi/spec.go

Lines changed: 1 addition & 1 deletion
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)