More spelling checks and small clean ups.

This commit is contained in:
James Cole
2014-12-31 17:15:59 +01:00
parent 6fa73ee28d
commit 3386c8b455
10 changed files with 20 additions and 15 deletions

View File

@@ -55,7 +55,7 @@ class Navigation
$start = \Session::get('start', Carbon::now()->startOfMonth());
/*
* Substract some period to $start.
* Subtract some period to $start.
*/
$prev = $filter->previous($range, clone $start);