Development

Changeset 7480

You must first sign up to be able to contribute.

Changeset 7480

Show
Ignore:
Timestamp:
02/14/08 07:38:03 (2 years ago)
Author:
Carl.Vondrick
Message:

fixed spelling mistake in sfCrudGenerator (closes #2769)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/generator/sfCrudGenerator.class.php

    r7151 r7480  
    5555    if (!class_exists($modelClass)) 
    5656    { 
    57       throw new sfInitializationException(sprintf('Unable to scaffold unexistant model "%s".', $modelClass)); 
     57      throw new sfInitializationException(sprintf('Unable to scaffold nonexistent model "%s".', $modelClass)); 
    5858    } 
    5959 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.