X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Ftimedate%2Ftimedatectl.c;h=141180c3937d561e4e121233a32445c1999964f3;hp=d2b483efac4beac8e8f4514115e0e65dc4361f69;hb=e9dd9f9547350c7dc0473583b5c2228dc8f0ab76;hpb=6824690f140f45064157d220a24b9afbeb1d093f diff --git a/src/timedate/timedatectl.c b/src/timedate/timedatectl.c index d2b483efa..141180c39 100644 --- a/src/timedate/timedatectl.c +++ b/src/timedate/timedatectl.c @@ -198,7 +198,7 @@ static void print_status_info(StatusInfo *i) { if (i->local_rtc) fputs("\n" ANSI_HIGHLIGHT_ON - "Warning: The RTC is configured to maintain time in the local time zone. This\n" + "Warning: The RTC is configured to maintain time in the local timezone. This\n" " mode is not fully supported and will create various problems with time\n" " zone changes and daylight saving adjustments. If at all possible use\n" " RTC in UTC, by calling 'timedatectl set-local-rtc 0'" ANSI_HIGHLIGHT_OFF ".\n", stdout);