Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #192

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
**Merged pull requests:**

- Bump Version to 0.5.4 [\#163](https://github.com/inaka/erlang-github/pull/163) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Implemet branches API and extend issues API [\#161](https://github.com/inaka/erlang-github/pull/161) ([tgrk](https://github.com/tgrk))
- Implement branches API and extend issues API [\#161](https://github.com/inaka/erlang-github/pull/161) ([tgrk](https://github.com/tgrk))
- Remove dead hipchat link [\#157](https://github.com/inaka/erlang-github/pull/157) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [0.5.3](https://github.com/inaka/erlang-github/tree/0.5.3) (2018-02-19)
Expand Down Expand Up @@ -556,7 +556,7 @@

**Fixed bugs:**

- Typo in type name "messge" instead of "message" [\#17](https://github.com/inaka/erlang-github/issues/17)
- Typo in type name "message" instead of "message" [\#17](https://github.com/inaka/erlang-github/issues/17)
- Fix types in egithub\_webhook [\#20](https://github.com/inaka/erlang-github/pull/20) ([elbrujohalcon](https://github.com/elbrujohalcon))

**Merged pull requests:**
Expand Down
2 changes: 1 addition & 1 deletion src/egithub_webhook.erl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ event(Module, Cred, Request) ->
%% for the webhook.
%%
%% The credentials provided in the <code>StatusCred</code> argument need
%% to have the appropiate permissions to be able to change the
%% to have the appropriate permissions to be able to change the
%% repository's status.
%% @end
-spec event(
Expand Down