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/mysqlnd/mysqlnd_ps_codec.c | |
parent | 1fa6f03265467ec1b8b9f898182792ec936dbd74 (diff) | |
download | php-git-afdaa91170a1f7b0387cf577d957d4d6c015c136.tar.gz |
Fix #78880: Final spelling fixes
Diffstat (limited to 'ext/mysqlnd/mysqlnd_ps_codec.c')
-rw-r--r-- | ext/mysqlnd/mysqlnd_ps_codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_ps_codec.c b/ext/mysqlnd/mysqlnd_ps_codec.c index 279e7ba01e..c0b3d1d6ff 100644 --- a/ext/mysqlnd/mysqlnd_ps_codec.c +++ b/ext/mysqlnd/mysqlnd_ps_codec.c @@ -96,7 +96,7 @@ ps_fetch_from_1_to_8_bytes(zval * zv, const MYSQLND_FIELD * const field, const u case 8:lval = (int64_t) sint8korr(*row);break; /* 7, 6 and 5 are not possible. - BIT is only unsigned, thus only uint5|6|7 macroses exist + BIT is only unsigned, thus only uint5|6|7 macros exist */ case 4:lval = (int64_t) sint4korr(*row);break; case 3:lval = (int64_t) sint3korr(*row);break; |