]> granicus.if.org Git - php/commitdiff
typo
authorXinchen Hui <laruence@php.net>
Mon, 23 Jun 2014 09:10:25 +0000 (17:10 +0800)
committerXinchen Hui <laruence@php.net>
Mon, 23 Jun 2014 09:10:25 +0000 (17:10 +0800)
ext/mysqlnd/mysqlnd_net.c

index 215ee08c215abd1e754e24eac2a1dc3551aa7538..0890b73424b6fe05f36c9ffc049f2c775fc5fb11 100644 (file)
@@ -132,7 +132,7 @@ MYSQLND_METHOD(mysqlnd_net, open_pipe)(MYSQLND_NET * const net, const char * con
        /*
          Streams are not meant for C extensions! Thus we need a hack. Every connected stream will
          be registered as resource (in EG(regular_list). So far, so good. However, it won't be
-         unregistered yntil the script ends. So, we need to take care of that.
+         unregistered until the script ends. So, we need to take care of that.
        */
        origin_dtor = EG(regular_list).pDestructor;
        EG(regular_list).pDestructor = NULL;
@@ -226,7 +226,7 @@ MYSQLND_METHOD(mysqlnd_net, open_tcp_or_unix)(MYSQLND_NET * const net, const cha
        /*
          Streams are not meant for C extensions! Thus we need a hack. Every connected stream will
          be registered as resource (in EG(regular_list). So far, so good. However, it won't be
-         unregistered yntil the script ends. So, we need to take care of that.
+         unregistered until the script ends. So, we need to take care of that.
        */
        origin_dtor = EG(regular_list).pDestructor;
        EG(regular_list).pDestructor = NULL;