From bea52c7578060f1cc0ee39f177a29188e78b144d Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Thu, 16 Nov 2017 13:54:44 -0800 Subject: Fix PHP notice in PR #3557 --- app/Core/Paginator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Core/Paginator.php') diff --git a/app/Core/Paginator.php b/app/Core/Paginator.php index e724ccd4..7b0a9c1b 100644 --- a/app/Core/Paginator.php +++ b/app/Core/Paginator.php @@ -342,7 +342,7 @@ class Paginator } /** - * Calculate the offset value accoring to url params and the page number + * Calculate the offset value according to url params and the page number * * @access public * @return $this -- cgit v1.2.3