This repository was archived by the owner on Jun 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ class Plex
91
91
92
92
/**
93
93
* A list of the Plex client machines on the network This is found upon
94
- * registring of Plex server. The first registered Plex server will go out
94
+ * registering of Plex server. The first registered Plex server will go out
95
95
* and get the list of available clients and register them accordingly.
96
96
* @var Plex_Client[]
97
97
*/
@@ -103,7 +103,7 @@ class Plex
103
103
* list of available clients and will register them accordingly.
104
104
*
105
105
* @param array $servers An associative array of Plex server machines on the
106
- * network defined thusly:
106
+ * network define thusly:
107
107
*
108
108
* array (
109
109
* 'server-1-name' => array(
@@ -142,7 +142,7 @@ public function registerServers(array $servers)
142
142
}
143
143
144
144
// We are going to use the first server in the list to get a list of the
145
- // availalble clients and register those automatically.
145
+ // available clients and register those automatically.
146
146
$ serverKeys = array_keys (self ::$ servers );
147
147
$ serverName = reset ($ serverKeys );
148
148
$ this ->registerClients (
@@ -204,7 +204,7 @@ public function getClient($clientName)
204
204
}
205
205
206
206
/**
207
- * Returns the token of the sesion plex
207
+ * Returns the token of the session plex
208
208
*
209
209
* @author <[email protected] > José Erick Carreón
210
210
*
You can’t perform that action at this time.
0 commit comments