swift 06/01/29 10:21:59 Modified: xml/htdocs/doc/en/articles bash-by-example-p1.xml Log: Fix typo
Revision Changes Path 1.7 +2 -2 xml/htdocs/doc/en/articles/bash-by-example-p1.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/bash-by-example-p1.xml?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/bash-by-example-p1.xml?rev=1.7&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/bash-by-example-p1.xml.diff?r1=1.6&r2=1.7&cvsroot=gentoo Index: bash-by-example-p1.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p1.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- bash-by-example-p1.xml 9 Oct 2005 17:13:23 -0000 1.6 +++ bash-by-example-p1.xml 29 Jan 2006 10:21:59 -0000 1.7 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p1.xml,v 1.6 2005/10/09 17:13:23 rane Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p1.xml,v 1.7 2006/01/29 10:21:59 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/articles/bash-by-example-p1.xml" disclaimer="articles"> @@ -599,7 +599,7 @@ action and continues executing any lines following the "fi". </p> -<pre caption="Checking condition before conituing with commands following fi"> +<pre caption="Checking condition before continuing with commands following fi"> if [ condition ] then action -- [email protected] mailing list
