We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0201211 commit d516c58Copy full SHA for d516c58
libraries/chain/platform_timer_posix.cpp
@@ -35,7 +35,7 @@ struct platform_timer::impl {
35
sigemptyset(&act.sa_mask);
36
act.sa_sigaction = impl::sig_handler;
37
act.sa_flags = SA_SIGINFO | SA_RESTART;
38
- FC_ASSERT(sigaction(SIGRTMIN, &act, NULL) == 0, "failed to aquire SIGRTMIN signal");
+ FC_ASSERT(sigaction(SIGRTMIN, &act, NULL) == 0, "failed to acquire SIGRTMIN signal");
39
}
40
};
41
0 commit comments