Changeset 2022

Show
Ignore:
Timestamp:
11/10/2007 04:50:07 PM (8 months ago)
Author:
glen
Message:

- typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/spawn-fcgi.c

    r2010 r2022  
    152152                                setsid(); 
    153153 
    154                                 /* is save as we limit to 256 childs */ 
     154                                /* is safe as we limit to 256 childs */ 
    155155                                sprintf(cgi_childs, "PHP_FCGI_CHILDREN=%d", child_count); 
    156156