From 223c3a7dde2cf2358eebe85847931aa5d752c29c Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 1 May 2012 13:16:53 -0500 Subject: [PATCH] Fix typo. --- application/config/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config/auth.php b/application/config/auth.php index 66312633..0c07c47d 100644 --- a/application/config/auth.php +++ b/application/config/auth.php @@ -24,7 +24,7 @@ return array( |-------------------------------------------------------------------------- | | Here you may specify the database column that should be considered the - | "username" for your users. Typically, this will either be "usenrame" + | "username" for your users. Typically, this will either be "username" | or "email". Of course, you're free to change the value to anything. | */