Skip to content

Commit 4454361

Browse files
author
Tim Helfensdörfer
committed
chore: fix language
1 parent 1ffb418 commit 4454361

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/AutoUpdate.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class AutoUpdate {
4848
private $log;
4949

5050
/**
51-
* Result of simulated install.
51+
* Result of simulated installation.
5252
*
5353
* @var array
5454
*/
@@ -183,7 +183,7 @@ class AutoUpdate {
183183
public const ERROR_DELETE_TEMP_UPDATE = 50;
184184

185185
/**
186-
* Error in simulated install.
186+
* Error in simulated installation.
187187
*/
188188
public const ERROR_SIMULATE = 70;
189189

@@ -237,7 +237,7 @@ public function setTempDir(string $dir): bool
237237
}
238238

239239
/**
240-
* Set the install directory.
240+
* Set the installation directory.
241241
*
242242
* @param string $dir
243243
* @return bool
@@ -823,7 +823,7 @@ protected function install(string $updateFile, bool $simulateInstall, string $ve
823823

824824
// Extract file
825825
if ($zip->extractTo($this->installDir, $fileStats['name']) === false) {
826-
$this->log->error(sprintf('Coud not read zip entry "%s"', $fileStats['name']));
826+
$this->log->error(sprintf('Could not read zip entry "%s"', $fileStats['name']));
827827
continue;
828828
}
829829

0 commit comments

Comments
 (0)