diff --git a/lib/octokit/client/organizations.rb b/lib/octokit/client/organizations.rb index 324c4f470..b4b0e7ace 100644 --- a/lib/octokit/client/organizations.rb +++ b/lib/octokit/client/organizations.rb @@ -71,7 +71,7 @@ def delete_organization(org) # Nonauthenticated calls to this method will return organizations that # the user is a public member. # - # Use an authenicated client to get both public and private organizations + # Use an authenticated client to get both public and private organizations # for a user. # # Calling this method on a `@client` will return that users organizations.