Skip to content

Commit fe2d8ed

Browse files
committed
Fixed typo
1 parent b656ec9 commit fe2d8ed

File tree

1 file changed

+1
-1
lines changed
  • arduino/libraries/librariesresolver

1 file changed

+1
-1
lines changed

arduino/libraries/librariesresolver/cpp.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func (resolver *Cpp) ResolveFor(header, architecture string) *libraries.Library
106106
// If more than one library qualifies use the "closestmatch" algorithm to
107107
// find the best matching one (instead of choosing it randomly)
108108
if best := findLibraryWithNameBestDistance(header, found); best != nil {
109-
logrus.WithField("lib", best.Name).Info(" library with the best mathing name")
109+
logrus.WithField("lib", best.Name).Info(" library with the best matching name")
110110
return best
111111
}
112112

0 commit comments

Comments
 (0)