diff --git a/index.php b/index.php index 7af1e7d..d109212 100644 --- a/index.php +++ b/index.php @@ -4,7 +4,7 @@ * Minecraft Index File * *This file can be used to show online users, how long they've been online for, -*the last time they where online, amount of times logged in, and recetn chat +*the last time they were online, amount of times logged in, and recent chat *items. It is to be used with the minecraft.php class and avatar.php script. * *Please feel free to change this file completely to fit your site. diff --git a/minecraft.php b/minecraft.php index ecac7bc..e9669ef 100644 --- a/minecraft.php +++ b/minecraft.php @@ -243,7 +243,7 @@ function cache(){ //If its less than cacheTime then load the data into the users array $this->users = unserialize($cache[1]); }else{ - //If its too old, generate fresh one + //If it's too old, generate fresh one $this->parseLog(); }