diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-05-11 08:34:26 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-05-15 15:29:59 +0200 |
commit | 5ea846cc5197682d07ee46398996a8c3ccfbcc38 (patch) | |
tree | 0cb1e2245dce275a14d327601ecdb3417efc4862 /configure.ac | |
parent | 4e595329a93ed190795c2e24bf132d5028ec6a72 (diff) |
networkd, build-sys: spelling fix
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c3653e3f76..336938ee7f 100644 --- a/configure.ac +++ b/configure.ac @@ -843,7 +843,7 @@ AC_SUBST(NTP_SERVERS) AC_ARG_WITH(time-epoch, AS_HELP_STRING([--with-time-epoch=SECONDS], - [TIme epoch for time clients]), + [Time epoch for time clients]), [TIME_EPOCH="$withval"], [TIME_EPOCH="`stat -c %Y ${srcdir}/NEWS 2>/dev/null || echo 0`"]) |