Skip to content

Commit

Permalink
Typos in doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfensdrfer committed Sep 16, 2021
1 parent 7f6485f commit 6439f5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AutoUpdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class AutoUpdate {
protected $currentVersion;

/**
* Create new folders with this privileges.
* Create new folders with these privileges.
*
* @var int
*/
Expand Down Expand Up @@ -871,7 +871,7 @@ public function update(bool $simulateInstall = true, bool $deleteDownload = true
return self::ERROR_VERSION_CHECK;
}

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

Expand Down

0 comments on commit 6439f5b

Please sign in to comment.