diff --git a/user_visits.install b/user_visits.install
index 03af0ce..420ee31 100644
--- a/user_visits.install
+++ b/user_visits.install
@@ -24,7 +24,7 @@ function user_visits_schema() {
         'unsigned' => TRUE,
         'not null' => TRUE),
       'referer' => array(
-        'description' => t('Whre the user came from.'),
+        'description' => t('Where the user came from.'),
         'type' => 'varchar',
         'length' => 255),
       ),
