From a8b84dac0ee861f1f4c63cffc52c26f44481be81 Mon Sep 17 00:00:00 2001 From: Mark Hanson Date: Thu, 23 Jan 2014 14:25:55 -0500 Subject: [PATCH] Fix comment in NullGenerator.php Spelling mistake --- src/Faker/NullGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Faker/NullGenerator.php b/src/Faker/NullGenerator.php index ddc16484..e537166d 100644 --- a/src/Faker/NullGenerator.php +++ b/src/Faker/NullGenerator.php @@ -3,7 +3,7 @@ namespace Faker; /** - * This generator returns NULL for all called propertis. It works with + * This generator returns NULL for all called properties. It works with * Faker\Generator\Base->optional() */ class NullGenerator