Development

#2769 (spelling mistake in sfCrudGenerator)

You must first sign up to be able to contribute.

Ticket #2769 (closed defect: fixed)

Opened 1 year ago

Last modified 10 months ago

spelling mistake in sfCrudGenerator

Reported by: rickb Assigned to: fabien
Priority: minor Milestone:
Component: generator Version: 1.0.10
Keywords: Cc:
Qualification: Unreviewed

Description

There is a spelling mistake:

SF_SYMFONY_LIB_DIR/generator/sfCrudGenerator.class.php line 63 ...

$error = 'Unable to scaffold unexistant model "%s"';

This error message should read

$error = 'Unable to scaffold nonexistent model "%s"';

Change History

02/14/08 07:39:38 changed by Carl.Vondrick

  • status changed from new to closed.
  • resolution set to fixed.

In r7480.

Not sure if this should be fixed in 1.0: somebody might be parsing this exception message.