From 0a57f52309a43ee120c867c512847a00928e2d58 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 21 Jul 2016 09:46:12 +0200 Subject: [PATCH] Fixed typo --- module/CLI/src/Command/GetVisitsCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/CLI/src/Command/GetVisitsCommand.php b/module/CLI/src/Command/GetVisitsCommand.php index ae6dc4b7..43d87de5 100644 --- a/module/CLI/src/Command/GetVisitsCommand.php +++ b/module/CLI/src/Command/GetVisitsCommand.php @@ -65,7 +65,7 @@ class GetVisitsCommand extends Command $table->setHeaders([ 'Referer', 'Date', - 'Temote Address', + 'Remote Address', 'User agent', ]);