diff --git a/src/Joserick/Plex/Server.php b/src/Joserick/Plex/Server.php index daf22e5..1538ba3 100644 --- a/src/Joserick/Plex/Server.php +++ b/src/Joserick/Plex/Server.php @@ -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() @@ -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