diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-01-16 19:04:42 +0100 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-01-16 19:14:31 +0100 |
commit | afdaa91170a1f7b0387cf577d957d4d6c015c136 (patch) | |
tree | 90957242274bd0b0e8669b1e580817f280c944a2 /ext/bcmath/libbcmath/src/init.c | |
parent | 1fa6f03265467ec1b8b9f898182792ec936dbd74 (diff) | |
download | php-git-afdaa91170a1f7b0387cf577d957d4d6c015c136.tar.gz |
Fix #78880: Final spelling fixes
Diffstat (limited to 'ext/bcmath/libbcmath/src/init.c')
-rw-r--r-- | ext/bcmath/libbcmath/src/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/init.c b/ext/bcmath/libbcmath/src/init.c index a125947a3e..676076f89d 100644 --- a/ext/bcmath/libbcmath/src/init.c +++ b/ext/bcmath/libbcmath/src/init.c @@ -82,7 +82,7 @@ _bc_free_num_ex (num, persistent) } -/* Intitialize the number package! */ +/* Initialize the number package! */ void bc_init_numbers (void) |