Skip to content

Commit d516c58

Browse files
committed
fix misspelling
1 parent 0201211 commit d516c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/chain/platform_timer_posix.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ struct platform_timer::impl {
3535
sigemptyset(&act.sa_mask);
3636
act.sa_sigaction = impl::sig_handler;
3737
act.sa_flags = SA_SIGINFO | SA_RESTART;
38-
FC_ASSERT(sigaction(SIGRTMIN, &act, NULL) == 0, "failed to aquire SIGRTMIN signal");
38+
FC_ASSERT(sigaction(SIGRTMIN, &act, NULL) == 0, "failed to acquire SIGRTMIN signal");
3939
}
4040
};
4141

0 commit comments

Comments
 (0)