We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7a936 commit caf12adCopy full SHA for caf12ad
context/context.go
@@ -25,7 +25,7 @@ type Context interface {
25
}
26
27
// cap the number of git remotes looked up, since the user might have an
28
-// unusally large number of git remotes
+// unusually large number of git remotes
29
const maxRemotesForLookup = 5
30
31
func ResolveRemotesToRepos(remotes Remotes, client *api.Client, base string) (ResolvedRemotes, error) {
0 commit comments