diff --git a/file/lib/system/chat/command/commands/Info.class.php b/file/lib/system/chat/command/commands/Info.class.php
index c201b55..85157d6 100644
--- a/file/lib/system/chat/command/commands/Info.class.php
+++ b/file/lib/system/chat/command/commands/Info.class.php
@@ -30,7 +30,7 @@ public function __construct(\wcf\system\chat\command\CommandHandler $commandHand
$profile = \wcf\system\request\LinkHandler::getInstance()->getLink('User', array(
'object' => $this->user
));
- $this->lines[WCF::getLanguage()->get('wcf.user.username')] = ''.ChatUtil::gradient($this->user->username, $color[1], $color[2]).'';
+ $this->lines[WCF::getLanguage()->get('wcf.user.username')] = ''.ChatUtil::gradient($this->user->username, $color[1], $color[2]).'';
// Away-Status
if (ChatUtil::readUserData('away', $this->user) !== null) {
@@ -54,7 +54,7 @@ public function __construct(\wcf\system\chat\command\CommandHandler $commandHand
}
/**
- * Fetches the session-databaseobject for the specified user.
+ * Fetches the sessiondatabase object for the specified user.
*
* @return \wcf\data\session\Session
*/