[Git][NTPsec/ntpsec][master] Typos

Eric S. Raymond gitlab at mg.gitlab.com
Fri Oct 7 03:16:15 UTC 2016


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
1cbf66f5 by Matt Selsky at 2016-10-06T22:56:24-04:00
Typos

- - - - -


3 changed files:

- etc/README
- etc/ntp-conf.d/use-country-pool
- ntpstats/ntpviz


Changes:

=====================================
etc/README
=====================================
--- a/etc/README
+++ b/etc/README
@@ -6,7 +6,7 @@ NTP daemon, and some example startup scripts for launching it.
 Under ntp-conf.d, The "use-" files are modular pieces of ntp.conf
 files that you can string together in any order for effect.  The file
 titles are clues to what they're useful for.  Each has an explanatory
-header comment.  The file "example conf" shows what a file made out of
+header comment.  The file "example.conf" shows what a file made out of
 use snippets is like.
 
 The rc files are start/stop scripts for NTP under System-V-style


=====================================
etc/ntp-conf.d/use-country-pool
=====================================
--- a/etc/ntp-conf.d/use-country-pool
+++ b/etc/ntp-conf.d/use-country-pool
@@ -3,7 +3,7 @@
 # http://www.pool.ntp.org/en/
 #
 # iburst tells it to send the first few requests at 2 second intervals rather
-# than wait for the poll interval which defaults to 64 seconds.  That greatly
+# than wait for the poll interval, which defaults to 64 seconds.  That greatly
 # speeds up the time for ntpd to set the system time and start responding to
 # requests.
 #
@@ -22,8 +22,8 @@
 # and then try pinging prepending it to ".pool.ntp.org" and pinging that.
 # hostname. If you get a response, you can use it.
 #
-# Note: in theory we could use the "pool" keyboard here. There is some
-# controvery over whether it is implemented correctly.  One known problem
+# Note: in theory we could use the "pool" keyword here. There is some
+# controversy over whether it is implemented correctly.  One known problem
 # (a bug in ntpd) is that it can't be used with restrict nopeer.
 #
 server 0.us.pool.ntp.org iburst


=====================================
ntpstats/ntpviz
=====================================
--- a/ntpstats/ntpviz
+++ b/ntpstats/ntpviz
@@ -174,7 +174,7 @@ def gnuplot(template, outfile=None):
     else:
         out = open(outfile, "w")
     # shell=True is a security hazard
-    # would be grat to capture stderr, but the Pythin doc says
+    # would be great to capture stderr, but the Python doc says
     # that can lead to deadlock on large stderr output.  gnuplot
     # can output a lot to stderr...
     proc = subprocess.Popen("gnuplot",



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/1cbf66f56b1e2984b05e74da52555a0b6b377347
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161007/6bb8d6c6/attachment.html>


More information about the vc mailing list