Skip to content

Commit

Permalink
Typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-soltesz committed Sep 9, 2024
1 parent 0a34f47 commit 710388d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dnsname/names.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ func ProjectZone(project string) string {
return "autojoin-" + strings.TrimPrefix(project, "mlab-") + "-measurement-lab-org"
}

// OrgZone returns the organization zone name based the given organization and
// OrgZone returns the organization zone name based on the given organization and
// project, e.g. "autojoin-foo-sandbox-measurement-lab-org".
func OrgZone(org, project string) string {
// NOTE: prefix prevents name collision with existing zones when the org is "mlab".
Expand Down

0 comments on commit 710388d

Please sign in to comment.