Fix Makefile example -- Take 2

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4839 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-11-11 01:29:49 +00:00
parent d269165e37
commit 04cb08b545

View File

@ -344,8 +344,8 @@ firewall: $(filter-out $(ignorefiles) , $(wildcard *) )
@shorewall reload -c -s gateway</programlisting>
</blockquote>
<para>That way, after I've change the configuration, I can simply type
<command>make</command>.</para>
<para>That way, after I've changed the configuration, I can simply
type <command>make</command>.</para>
</listitem>
</orderedlist>