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 2207ba4 commit e061694
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Joserick/Plex/Plex.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class Plex

/**
* A list of the Plex client machines on the network This is found upon
* registring of Plex server. The first registered Plex server will go out
* registering of Plex server. The first registered Plex server will go out
* and get the list of available clients and register them accordingly.
* @var Plex_Client[]
*/
Expand All @@ -103,7 +103,7 @@ class Plex
* list of available clients and will register them accordingly.
*
* @param array $servers An associative array of Plex server machines on the
* network defined thusly:
* network define thusly:
*
* array (
* 'server-1-name' => array(
Expand Down Expand Up @@ -142,7 +142,7 @@ public function registerServers(array $servers)
}

// We are going to use the first server in the list to get a list of the
// availalble clients and register those automatically.
// available clients and register those automatically.
$serverKeys = array_keys(self::$servers);
$serverName = reset($serverKeys);
$this->registerClients(
Expand Down Expand Up @@ -204,7 +204,7 @@ public function getClient($clientName)
}

/**
* Returns the token of the sesion plex
* Returns the token of the session plex
*
* @author <[email protected]> José Erick Carreón
*
Expand Down

0 comments on commit e061694

Please sign in to comment.