From a68b0c372031934c6c85134b6a31ae33ad0379f8 Mon Sep 17 00:00:00 2001 From: Chris Broadfoot Date: Wed, 14 Oct 2015 15:25:54 -0700 Subject: [PATCH] Fix typo in ListOrgMembershipsOptions --- github/orgs_members.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/orgs_members.go b/github/orgs_members.go index 554cb1d..c66b495 100644 --- a/github/orgs_members.go +++ b/github/orgs_members.go @@ -172,7 +172,7 @@ func (s *OrganizationsService) ConcealMembership(org, user string) (*Response, e // ListOrgMembershipsOptions specifies optional parameters to the // OrganizationsService.ListOrgMemberships method. type ListOrgMembershipsOptions struct { - // Filter memberships to include only those withe the specified state. + // Filter memberships to include only those with the specified state. // Possible values are: "active", "pending". State string `url:"state,omitempty"`