From e1b33f308787efbcc43509d9d591a4bc2c772cd2 Mon Sep 17 00:00:00 2001 From: Thomas Misilo Date: Thu, 27 Jun 2019 20:33:13 -0500 Subject: [PATCH] Spelling Correction (#7206) Fixed Spelling for the word reqrite, to be rewrite. --- app/Console/Commands/Purge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/Purge.php b/app/Console/Commands/Purge.php index d5f7cab503..6ba1712f84 100644 --- a/app/Console/Commands/Purge.php +++ b/app/Console/Commands/Purge.php @@ -33,7 +33,7 @@ class Purge extends Command * * @var string */ - protected $description = 'Purge all soft-deleted deleted records in the database. This will rewrite history for items that have been edited, or checked in or out. It will also reqrite history for users associated with deleted items.'; + protected $description = 'Purge all soft-deleted deleted records in the database. This will rewrite history for items that have been edited, or checked in or out. It will also rewrite history for users associated with deleted items.'; /** * Create a new command instance.