Correct a grammatical mistake: try and explain -> try to explain.

PR:		36462
Submitted by:	Gary W. Swearingen <swear@blarg.net>
This commit is contained in:
Jeroen Ruigrok van der Werven 2002-04-05 21:37:22 +00:00
parent 1bb01dad2d
commit 5152e018f2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12686

View file

@ -1152,7 +1152,7 @@ install:
so that the application can be installed in the correct
directory when it has been correctly compiled.</para>
<para>This is a slightly confusing subject to try and explain.
<para>This is a slightly confusing subject to try to explain.
If you do not quite understand how <command>make</command>
works, the best thing to do is to write a simple program like
<quote>hello world</quote> and a make file like the one above