From 9ac060c8308738728e5800290a85144326557426 Mon Sep 17 00:00:00 2001 From: Petr Kessler Date: Sat, 17 Jan 2015 10:51:50 +0100 Subject: [PATCH] typo --- Deployment/libs/Deployer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deployment/libs/Deployer.php b/Deployment/libs/Deployer.php index 524904a5..c921bf69 100644 --- a/Deployment/libs/Deployer.php +++ b/Deployment/libs/Deployer.php @@ -245,7 +245,7 @@ private function uploadFiles(array $files) $localFile = $this->preprocess($orig = $this->local . $file); if (realpath($orig) !== $localFile) { - $file .= ' (filters was applied)'; + $file .= ' (filters applied)'; } $toRename[] = $remoteFile;