summaryrefslogtreecommitdiff
path: root/generator
diff options
context:
space:
mode:
authorMatt Farina <matt@mattfarina.com>2017-09-26 10:08:01 -0400
committerMatt Farina <matt@mattfarina.com>2017-09-26 10:08:01 -0400
commit0df6cd17585954ddf4b5ef27b34c1d041fb44c0e (patch)
tree65e6394f7e0b74e0868b35c3929ff5d963be2d91 /generator
parent2920f3430d8df517655ca9c79a89f4eb8922768e (diff)
Fixed spelling error
Diffstat (limited to 'generator')
-rw-r--r--generator/app.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/app.go b/generator/app.go
index 99336c0d..e0dd17b1 100644
--- a/generator/app.go
+++ b/generator/app.go
@@ -90,7 +90,7 @@ func (e *Group) DirName(prefix string) string {
}
// SetupGitHubTeams will iterate over all the possible teams available to a
-// group (these are defined by the Kubernetes organisation) and populate a
+// group (these are defined by the Kubernetes organization) and populate a
// list using the group's prefix.
func (e *Group) SetupGitHubTeams(prefix string) {
ghPrefix := e.Contact.GithubTeamPrefix