Skip to content

Commit

Permalink
correct spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardBetts committed Sep 1, 2017
1 parent 0ee22ee commit 11bece5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libdontdie.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static void eval_environment() {
__attribute__((constructor)) void libdontdie_init() {
eval_environment();

// Cast it: accoring to the man page this construct must be used:
// Cast it: according to the man page this construct must be used:
*(void **)(&socket_call_clib) = dlsym(RTLD_NEXT, "socket");
if (socket_call_clib == NULL) {
LOG("No dynamic symbol with name 'socket' found [%m]");
Expand Down

0 comments on commit 11bece5

Please sign in to comment.