This repository has been archived by the owner on Jun 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: Spelling correction in comments
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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[] | ||
*/ | ||
|
@@ -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( | ||
|
@@ -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( | ||
|
@@ -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 | ||
* | ||
|