]> granicus.if.org Git - php/commitdiff
Fix a typo
authorScott MacVicar <scottmac@php.net>
Fri, 6 Nov 2009 09:02:52 +0000 (09:02 +0000)
committerScott MacVicar <scottmac@php.net>
Fri, 6 Nov 2009 09:02:52 +0000 (09:02 +0000)
ext/standard/string.c

index 50a54defb9ade236910a66d4b6f2795737a08ecf..3a99b1c8a47299f93aefe994dd2d64c9f33df6f5 100644 (file)
@@ -5830,7 +5830,7 @@ PHP_FUNCTION(nl2br)
 
        p = str;
 
-       /* it is really faster to scan twice and allocate mem once insted scanning once
+       /* it is really faster to scan twice and allocate mem once instead of scanning once
           and constantly reallocing */
        if (str_type == IS_UNICODE) {
                end.u = p.u + str_len;