s/reception/receipt/

pull/1232/head
nick black 4 years ago
parent 2d07bbee59
commit 4fabba6789
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -93,8 +93,8 @@ notcurses_stop_minimal(notcurses* nc){
return ret;
}
// this wildly unsafe handler will attempt to restore the screen upon
// reception of SIG{INT, SEGV, ABRT, QUIT, TERM}. godspeed you, black emperor!
// this wildly unsafe handler will attempt to restore the screen upon receipt
// of SIG{INT, SEGV, ABRT, QUIT, TERM}. godspeed you, black emperor!
static void
fatal_handler(int signo){
notcurses* nc = atomic_load(&signal_nc);

Loading…
Cancel
Save