This commit is contained in:
Telesphoreo 2022-04-06 18:01:29 -05:00
parent e0632644ab
commit f547f10e0f

View file

@ -54,7 +54,7 @@ public class AdminList extends PlexBase
}
/**
* Gathers every admin's username (cached and databsed)
* Gathers every admin's username (cached and in the database)
*
* @return An array list of the names of every admin
*/
@ -91,7 +91,7 @@ public class AdminList extends PlexBase
}
/**
* Gathers every admin (cached and databsed)
* Gathers every admin (cached and in the database)
*
* @return An array list of the names of every admin
*/