From 53a8c388177173f42b6b5aa3edb163b230a18868 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 24 Apr 2008 17:30:57 +0000 Subject: [PATCH] Typo fix git-svn-id: http://svn.automattic.com/wordpress/branches/2.5@7809 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-config-sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-config-sample.php b/wp-config-sample.php index e639d7372e..b59fd048fe 100644 --- a/wp-config-sample.php +++ b/wp-config-sample.php @@ -9,7 +9,7 @@ define('DB_COLLATE', ''); // Change SECRET_KEY to a unique phrase. You won't have to remember it later, // so make it long and complicated. You can visit http://api.wordpress.org/secret-key/1.0/ -// to get a ecret key generated for you, or just make something up. +// to get a secret key generated for you, or just make something up. define('SECRET_KEY', 'put your unique phrase here'); // Change this to a unique phrase. // You can have multiple installations in one database if you give each a unique prefix