diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-01-16 09:46:47 +0100 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-01-16 09:46:47 +0100 |
commit | 0b4778c377a5753a0deb9cfc697d4f62acf93a29 (patch) | |
tree | 1513cbdabd00e0c43ed9750107787791060a8398 /sapi/phpdbg/phpdbg.h | |
parent | 9d7e03c325473024e54c864f0379efc1bbf03e72 (diff) | |
download | php-git-0b4778c377a5753a0deb9cfc697d4f62acf93a29.tar.gz |
Fix #78880: Another bunch of spelling errors
Diffstat (limited to 'sapi/phpdbg/phpdbg.h')
-rw-r--r-- | sapi/phpdbg/phpdbg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg.h b/sapi/phpdbg/phpdbg.h index 9a2efd29dc..5405155833 100644 --- a/sapi/phpdbg/phpdbg.h +++ b/sapi/phpdbg/phpdbg.h @@ -314,7 +314,7 @@ ZEND_BEGIN_MODULE_GLOBALS(phpdbg) int input_buflen; /* length of stdin input buffer */ phpdbg_signal_safe_mem sigsafe_mem; /* memory to use in async safe environment (only once!) */ - JMP_BUF *sigsegv_bailout; /* bailout address for accesibility probing */ + JMP_BUF *sigsegv_bailout; /* bailout address for accessibility probing */ uint64_t flags; /* phpdbg flags */ |