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

Commit e061694

Browse files
committed
style: Spelling correction in comments
1 parent 2207ba4 commit e061694

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Joserick/Plex/Plex.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class Plex
9191

9292
/**
9393
* 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
9595
* and get the list of available clients and register them accordingly.
9696
* @var Plex_Client[]
9797
*/
@@ -103,7 +103,7 @@ class Plex
103103
* list of available clients and will register them accordingly.
104104
*
105105
* @param array $servers An associative array of Plex server machines on the
106-
* network defined thusly:
106+
* network define thusly:
107107
*
108108
* array (
109109
* 'server-1-name' => array(
@@ -142,7 +142,7 @@ public function registerServers(array $servers)
142142
}
143143

144144
// 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.
146146
$serverKeys = array_keys(self::$servers);
147147
$serverName = reset($serverKeys);
148148
$this->registerClients(
@@ -204,7 +204,7 @@ public function getClient($clientName)
204204
}
205205

206206
/**
207-
* Returns the token of the sesion plex
207+
* Returns the token of the session plex
208208
*
209209
* @author <[email protected]> José Erick Carreón
210210
*

0 commit comments

Comments
 (0)