Skip to content

Commit

Permalink
Merge pull request #164 from TysonAndre/typo-fix
Browse files Browse the repository at this point in the history
Fix typos in documentation/output/help text
  • Loading branch information
theseer committed Sep 9, 2018
2 parents bcf85f7 + a2678d7 commit 1de2014
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion concept.md
Expand Up @@ -31,7 +31,7 @@
- remove

- sync
- compare current state with phive.xml defintion and latest versions
- compare current state with phive.xml definition and latest versions
- act accordingly

- update
Expand Down
2 changes: 1 addition & 1 deletion src/commands/help/help.txt
Expand Up @@ -25,7 +25,7 @@ install [--target bin/] <alias|url> [<alias|url> ...]
-c, --copy Copy PHAR file instead of using symlink
-g, --global Install a copy of the PHAR globally (likely to require root privileges)
--temporary Do not add entries in phive.xml for installed PHARs
--trust-gpg-keys Silently import these keys when required (multiple keys can be seperated by comma)
--trust-gpg-keys Silently import these keys when required (multiple keys can be separated by comma)

composer
Parse composer.json file for known aliases and suggest installation
Expand Down
2 changes: 1 addition & 1 deletion src/shared/sources/RemoteSourcesListFileLoader.php
Expand Up @@ -72,7 +72,7 @@ public function load() {
* @throws DownloadFailedException
*/
public function downloadFromSource() {
$this->output->writeInfo('Fetching respository list');
$this->output->writeInfo('Fetching repository list');
$file = $this->fileDownloader->download($this->sourceUrl);
$file->saveAs($this->filename);
}
Expand Down

0 comments on commit 1de2014

Please sign in to comment.