From e611b85f51f58575c9fc0ca9e6c3a0b94756446f Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Mon, 15 Feb 2016 16:03:16 +0000 Subject: typo --- core/command/user/lastseen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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, -- cgit v1.2.3