[Git][NTPsec/ntpsec][master] 2 commits: Remove accidentally inserted git command

Eric S. Raymond gitlab at mg.gitlab.com
Tue Sep 27 13:22:31 UTC 2016


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


Commits:
9d726f31 by Matt Selsky at 2016-09-26T20:59:06-04:00
Remove accidentally inserted git command

- - - - -
e5682e68 by Matt Selsky at 2016-09-27T09:01:41-04:00
Grammar, typos.

- - - - -


1 changed file:

- devel/tour.txt


Changes:

=====================================
devel/tour.txt
=====================================
--- a/devel/tour.txt
+++ b/devel/tour.txt
@@ -251,7 +251,7 @@ specialized procedures caled 'waf'.  To learn about waf itself see
 the https://waf.io/book/[Waf Book]; this section is about the
 organization and particular quirks of NTPsec's build.
 
-If you are used to autoconf, you will find the waf reciple
+If you are used to autoconf, you will find the waf recipe
 odd at first.  We replaced autoconf because with waf the
 build recipe is literally orders of magnitude less complex,
 faster, and more maintainable.
@@ -274,7 +274,7 @@ surprising.  Look under the build/ directory.
 Most of the complexity in this build is in the configure phase, when
 the build engine is probing the environment.  The product of this
 phase is the file build/config.h, which the C programs include to
-get symbols whuich describe the environment's capabilities and
+get symbols that describe the environment's capabilities and
 quirks.
 
 The configuration logic consists of a largish number of Python files
@@ -284,8 +284,7 @@ a loadable Python module.  Here are a few useful generalizations:
 * The main sequence of the configuration logic, and most of the simpler
   checks, lives in configure.py.
 
-* Some generic but bulky helper functions git push
-live in probes.py.
+* Some generic but bulky helper functions live in probes.py.
 
 * The check_*.py files isolate checks for individual capabilities;
   you can generally figure out which ones by looking at the name.



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/72590740a7c5410199539da5b6560d458a3a41a1...e5682e68dd549f3796d65b2a23d69e0369b6888f
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160927/b01f66fc/attachment.html>


More information about the vc mailing list