Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
style: Spelling correction in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joserick committed Apr 12, 2019
1 parent 940e1f3 commit db187fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Joserick/Plex/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ public function __construct($name, $address, $port, $token)
}

/**
* Returns all the availalble clients to which the Plex server has access
* inedxed by the Plex client name.
* Returns all the available clients to which the Plex server has access
* indexed by the Plex client name.
*
* @uses Plex_MachineAbstract::getBaseUrl()
* @uses Plex_MachineAbstract::makeCall()
Expand Down Expand Up @@ -114,7 +114,7 @@ public function getClients()
}

/**
* Returns the Plex library belonging to the instantiatied Plex server.
* Returns the Plex library belonging to the instantiated Plex server.
*
* @uses Plex_MachineAbstract::$name
* @uses Plex_MachineAbstract::$address
Expand Down

0 comments on commit db187fa

Please sign in to comment.