summaryrefslogtreecommitdiff
path: root/generator/app.go
diff options
context:
space:
mode:
Diffstat (limited to 'generator/app.go')
-rw-r--r--generator/app.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/app.go b/generator/app.go
index 31a1322a..22c751ff 100644
--- a/generator/app.go
+++ b/generator/app.go
@@ -218,7 +218,7 @@ func (c *Context) Sort() {
group.Leadership.TechnicalLeads,
group.Leadership.EmeritusLeads} {
sort.Slice(people, func(i, j int) bool {
- // This ensure OWNERS / OWNERS_ALIAS files are ordered by github
+ // This ensure OWNERS / OWNERS_ALIASES files are ordered by github
return people[i].GitHub < people[j].GitHub
})
}