Fix typos

This commit is contained in:
Carsten Otto
2020-01-17 21:12:02 +00:00
parent ad0a89b844
commit a908a74acb
7 changed files with 10 additions and 10 deletions

View File

@@ -82,7 +82,7 @@ func validateDeps(features featureSet, supported supportedFeatures) error {
return NewErrMissingFeatureDep(bit)
}
// Alternatively, if we know that this depdendency is valid, we
// Alternatively, if we know that this dependency is valid, we
// can short circuit and continue verifying other bits.
if checked {
continue