summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/command/user/lastseen.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/command/user/lastseen.php b/core/command/user/lastseen.php
index 1d2c17e3d3f..d71a5aedcb0 100644
--- a/core/command/user/lastseen.php
+++ b/core/command/user/lastseen.php
@@ -44,7 +44,7 @@ class LastSeen extends Command {
protected function configure() {
$this
->setName('user:lastseen')
- ->setDescription('shows when the user was logged it last time')
+ ->setDescription('shows when the user was logged in last time')
->addArgument(
'uid',
InputArgument::REQUIRED,