diff --git a/fhem/FHEM/90_at.pm b/fhem/FHEM/90_at.pm
index 7cf3fb083..14549ef2e 100644
--- a/fhem/FHEM/90_at.pm
+++ b/fhem/FHEM/90_at.pm
@@ -562,9 +562,9 @@ at_ultimo(;$$$)
on the last day of month.
at_ultimo() can take additional parameters to specify an other time
on this day
- define at_ultimo at *{at_ultimo(12,23,45)} set lamp1
+ define at_ultimo at *{at_ultimo(12,34,56)} set lamp1
off
- This will create an at device which will be executed ad 12:34:45
+ This will create an at device which will be executed at 12:34:56
on the last day of month.
@@ -767,9 +767,9 @@ at_ultimo(;$$$)
Monats um 23:59:00 Uhr ausgeführt wird.
at_ultimo() kann drei optionale Parameter verarbeiten, um eine andere
Uhrzeit anzugeben.
- define at_ultimo at *{at_ultimo(12,23,45)} set lamp1
+ define at_ultimo at *{at_ultimo(12,34,56)} set lamp1
off
- Es wird ein at device erzeugt, das immer um 12:34:45 am Monatsletzten
+ Es wird ein at device erzeugt, das immer um 12:34:56 am Monatsletzten
ausgeführt wird.