Skip to content

Commit caf12ad

Browse files
committed
unusally > unusually
1 parent ca7a936 commit caf12ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

context/context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type Context interface {
2525
}
2626

2727
// cap the number of git remotes looked up, since the user might have an
28-
// unusally large number of git remotes
28+
// unusually large number of git remotes
2929
const maxRemotesForLookup = 5
3030

3131
func ResolveRemotesToRepos(remotes Remotes, client *api.Client, base string) (ResolvedRemotes, error) {

0 commit comments

Comments
 (0)