Skip to content

Commit

Permalink
0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
msantos committed Jan 10, 2023
1 parent 7893137 commit 4fbd2a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion c_src/procket.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ nif_setns(ErlNifEnv *env, int argc, const ERL_NIF_TERM argv[])
#endif
}

/* 0: procotol, 1: type, 2: family */
/* 0: protocol, 1: type, 2: family */
static ERL_NIF_TERM
nif_socket(ErlNifEnv *env, int argc, const ERL_NIF_TERM argv[])
{
Expand Down
2 changes: 1 addition & 1 deletion src/procket.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[{description, "Low level socket operations"},
{applications, [kernel,stdlib]},
{registered, []},
{vsn, "0.9.6"},
{vsn, "0.9.7"},

{licenses, ["BSD-3"]},
{maintainers, ["Michael Santos"]},
Expand Down

0 comments on commit 4fbd2a0

Please sign in to comment.