[Git][NTPsec/ntpsec][master] 2 commits: Typos in docs.
Eric S. Raymond
gitlab at mg.gitlab.com
Wed Jan 20 15:19:08 UTC 2016
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
b70cebb9 by Matt Selsky at 2016-01-20T03:52:33-05:00
Typos in docs.
- - - - -
bdacafa9 by Eric S. Raymond at 2016-01-20T15:18:55+00:00
Merge branch 'typos' into 'master'
Typos in docs.
See merge request !5
- - - - -
3 changed files:
- devel/STATUS
- devel/ifdex-ignores
- ntpd/ntp_intercept.c
Changes:
=====================================
devel/STATUS
=====================================
--- a/devel/STATUS
+++ b/devel/STATUS
@@ -20,7 +20,7 @@ It's known to build cleanly on:
The basic parts of ntpd run on all of the above systems.
-That are many options we havn't tested yet.
+There are many options that we haven't yet tested.
Refclocks known to work on Linux:
20 NMEA GPS Receiver
=====================================
devel/ifdex-ignores
=====================================
--- a/devel/ifdex-ignores
+++ b/devel/ifdex-ignores
@@ -13,7 +13,7 @@
# These are potential feature configuration symbols
ENABLE_ASYMMETRIC # Enable deep-space asymmetric mode in the protocol
ENABLE_AUTOKEY # Enable Autokey, presently broken
-ENABLE_CHU_AUDIO # Ebable audio demodulation support in the CHU driver
+ENABLE_CHU_AUDIO # Enable audio demodulation support in the CHU driver
ENABLE_ONCORE_SHMEM # Should OnCore report via shmem?
MSSNTP_PATH # Set a default path for the MSSNTP feature.
NTP_VAR # Path to NTP statistics directory
=====================================
ntpd/ntp_intercept.c
=====================================
--- a/ntpd/ntp_intercept.c
+++ b/ntpd/ntp_intercept.c
@@ -6,7 +6,7 @@ Think of ntpd as a complex finite-state machine for transforming a
stream of input events to output events. Events are of the
following kinds:
-1. Startup, capuring command-line switches.
+1. Startup, capturing command-line switches.
2. Configuration read (and synchronous DNS call/returns).
@@ -72,7 +72,7 @@ no mismatches.
== Limitations ==
-Reference-clock eventare not yet intercepted.
+Reference-clock events are not yet intercepted.
*****************************************************************************/
@@ -437,7 +437,7 @@ void intercept_drift_write(char *driftfile, double drift)
{
if (mode == replay) {
/*
- * We don't want to actually mes with the system's timekeeping in
+ * We don't want to actually mess with the system's timekeeping in
* replay mode, so just check that we're writing out the same drift.
*/
float df;
@@ -447,7 +447,7 @@ void intercept_drift_write(char *driftfile, double drift)
fprintf(stderr, "ntpd: garbled drift-write format, line %d\n",lineno);
exit(1);
}
- /* beware spurious failures here due to float imprecisiion */
+ /* beware spurious failures here due to float imprecision */
if (df != drift) {
fprintf(stderr, "ntpd: expected drift %f but saw %f, line %d\n",
drift, df, lineno);
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/4f205553707ee7633f61def60349b8c66a5fa85c...bdacafa9bb2adaa14e3738fa24cae631e947c750
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160120/4818148a/attachment.html>
More information about the vc
mailing list