summaryrefslogtreecommitdiff
path: root/src/timedate
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-02-08 10:34:52 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-02-08 10:34:52 +0100
commit87ac8d998f357b3f7d91af049ef335757f5ada15 (patch)
tree296df646b5c1ae9ece187c41afa00d4d476697da /src/timedate
parentbf443be99565e4327f1c8c12b79d98b4c1529cf1 (diff)
downloadsystemd-87ac8d998f357b3f7d91af049ef335757f5ada15.tar.gz
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.c2
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"