diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-02-08 10:34:52 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-02-08 10:34:52 +0100 |
commit | 87ac8d998f357b3f7d91af049ef335757f5ada15 (patch) | |
tree | 296df646b5c1ae9ece187c41afa00d4d476697da /src/timedate | |
parent | networkd: vxlan require Remote= to be a non multicast address (#8117) (diff) | |
download | systemd-87ac8d998f357b3f7d91af049ef335757f5ada15.tar.xz systemd-87ac8d998f357b3f7d91af049ef335757f5ada15.zip |
tree-wide: use "cannot" instead of "can not"
This is the usual spelling, and a bit shorter.
Diffstat (limited to 'src/timedate')
-rw-r--r-- | src/timedate/timedatectl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timedate/timedatectl.c b/src/timedate/timedatectl.c index 19a382c1b2..d0a510468e 100644 --- a/src/timedate/timedatectl.c +++ b/src/timedate/timedatectl.c @@ -136,7 +136,7 @@ static void print_status_info(const StatusInfo *i) { if (i->rtc_local) printf("\n%s" "Warning: The system is configured to read the RTC time in the local time zone.\n" - " This mode can not be fully supported. It will create various problems\n" + " This mode cannot be fully supported. It will create various problems\n" " with time zone changes and daylight saving time adjustments. The RTC\n" " time is never updated, it relies on external facilities to maintain it.\n" " If at all possible, use RTC in UTC by calling\n" |