Skip to content

Commit e311a4f

Browse files
Fix grammar.
Co-authored-by: Andrew Block <[email protected]> Signed-off-by: Felix Fontein <[email protected]>
1 parent e1995e1 commit e311a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

age/keysource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ func formatError(msg string, err error, errs errSet, unusedLocations []string) e
221221
} else {
222222
unusedSuffix = fmt.Sprintf("s '%s', and '%s'", strings.Join(unusedLocations[:count - 1], "', '"), unusedLocations[count - 1])
223223
}
224-
unusedSuffix = fmt.Sprintf(". Did not found keys in location%s.", unusedSuffix)
224+
unusedSuffix = fmt.Sprintf(". Did not find keys in location%s.", unusedSuffix)
225225
}
226226
if err != nil {
227227
return fmt.Errorf("%s: %w%s%s", msg, err, loadSuffix, unusedSuffix)

0 commit comments

Comments
 (0)