Skip to content

Commit 6439f5b

Browse files
author
Tim Helfensdörfer
committed
Typos in doc strings
1 parent 7f6485f commit 6439f5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AutoUpdate.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class AutoUpdate {
132132
protected $currentVersion;
133133

134134
/**
135-
* Create new folders with this privileges.
135+
* Create new folders with these privileges.
136136
*
137137
* @var int
138138
*/
@@ -871,7 +871,7 @@ public function update(bool $simulateInstall = true, bool $deleteDownload = true
871871
return self::ERROR_VERSION_CHECK;
872872
}
873873

874-
// Check if current version is up to date
874+
// Check if current version is up-to-date
875875
if (!$this->newVersionAvailable()) {
876876
$this->log->warning('No update available!');
877877

0 commit comments

Comments
 (0)