diff --git a/FHEM/92_FileLog.pm b/FHEM/92_FileLog.pm index 154e2a4a1..733400fad 100644 --- a/FHEM/92_FileLog.pm +++ b/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;