[ntpsec commit] Correct an unfortunate typo.

Eric S. Raymond esr at ntpsec.org
Tue Oct 13 00:44:53 UTC 2015


Module:    ntpsec
Branch:    master
Commit:    ac445f32002eeb831bd7aeef0636fefc0e5c562e
Changeset: http://git.ntpsec.org/ntpsec/commit/?id=ac445f32002eeb831bd7aeef0636fefc0e5c562e

Author:    Eric S. Raymond <esr at thyrsus.com>
Date:      Mon Oct 12 20:44:41 2015 -0400

Correct an unfortunate typo.

---

 pylib/configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pylib/configure.py b/pylib/configure.py
index 3666524..d6d8f8c 100644
--- a/pylib/configure.py
+++ b/pylib/configure.py
@@ -124,7 +124,7 @@ def cmd_configure(ctx):
 	structure_fields = (
 		("time_tick", "timex", "sys/timex.h"),
 		("modes", "timex", "sys/timex.h"),
-		("tv_nsec", "ntp_timeval", "sys/timex.h"),
+		("tv_nsec", "ntptimeval", "sys/timex.h"),
 		)
 	for (f, s, h) in structure_fields:
 		ctx.check_structfield(f, s, h)



More information about the vc mailing list