summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-01-16 19:04:42 +0100
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-01-16 19:14:31 +0100
commitafdaa91170a1f7b0387cf577d957d4d6c015c136 (patch)
tree90957242274bd0b0e8669b1e580817f280c944a2 /ext/bcmath/libbcmath/src
parent1fa6f03265467ec1b8b9f898182792ec936dbd74 (diff)
downloadphp-git-afdaa91170a1f7b0387cf577d957d4d6c015c136.tar.gz
Fix #78880: Final spelling fixes
Diffstat (limited to 'ext/bcmath/libbcmath/src')
-rw-r--r--ext/bcmath/libbcmath/src/init.c2
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)