From 0bb999b2b3be93e2e11e9e58415a61e3ffb4a397 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sat, 13 Jan 2018 17:16:33 +0000 Subject: [PATCH] 92_FileLog.pm: fix some typos in the get usage git-svn-id: https://svn.fhem.de/fhem/trunk@15874 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/92_FileLog.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/92_FileLog.pm b/fhem/FHEM/92_FileLog.pm index 154e2a4a1..733400fad 100644 --- a/fhem/FHEM/92_FileLog.pm +++ b/fhem/FHEM/92_FileLog.pm @@ -591,8 +591,8 @@ FileLog_Get($@) return "Usage: get $a[0] [...]\n". " where column_spec is :::\n" . - " see the FileLogGrep entries in he .gplot files\n" . - " is without direcory, - means the current file\n" . + " see the FileLogGet entries in the .gplot files\n" . + " is without directory, - means the current file\n" . " is a prefix, - means stdout\n" if(int(@a) < 4); shift @a;