diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-29 22:51:57 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-29 22:51:57 +0100 |
commit | 83364d15187f06132624c41aa1ce3d226455b821 (patch) | |
tree | dd2afa3a372303cefa74ec885430c582dbad7cbb | |
parent | f7afdc7043b097f41bcdee3954e9a32267b8256c (diff) | |
download | buildroot-83364d15187f06132624c41aa1ce3d226455b821.tar.gz buildroot-83364d15187f06132624c41aa1ce3d226455b821.zip |
package/systemd: fix wrong capitalization
Reported-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/systemd/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
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. |