From: Thomas Petazzoni Date: Mon, 29 Feb 2016 21:51:57 +0000 (+0100) Subject: package/systemd: fix wrong capitalization X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=83364d15187f06132624c41aa1ce3d226455b821;p=buildroot.git package/systemd: fix wrong capitalization Reported-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- diff --git a/package/systemd/Config.in b/package/systemd/Config.in index 89427ccba8..e9a7883982 100644 --- a/package/systemd/Config.in +++ b/package/systemd/Config.in @@ -100,7 +100,7 @@ config BR2_PACKAGE_SYSTEMD_TIMESYNCD bool "enable SNTP client" help systemd-timesyncd is a service that may be used to synchronize the - local system clock with a Network Time Protocol Server. + local system clock with a Network Time Protocol server. This simple NTP solution is an alternative to sntp/ntpd from the ntp package.