From 817e217293636d18aa59976511d6712fac1fa5af Mon Sep 17 00:00:00 2001 From: Mark Rickerby Date: Fri, 1 Feb 2008 02:44:53 +0000 Subject: [PATCH] fixed typo in doc comment git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@48965 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/model/PageView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/model/PageView.php b/core/model/PageView.php index f571ff0a7..27ab6f120 100644 --- a/core/model/PageView.php +++ b/core/model/PageView.php @@ -7,7 +7,7 @@ * Data object that logs statistics for any page view in the system. * * Inbound links from external websites are distinquished by a 'true' - * value in the FromExternal field. False values are + * value in the FromExternal field. * * The referring urls are recorded in the Referrer field. *