mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-07 19:30:46 +02:00
Fix typos
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user