Fix typo in ptlib instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10532 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2012-08-21 16:10:19 +00:00
parent 5ad276ccd6
commit e6d68a9d33
2 changed files with 3 additions and 3 deletions

View File

@ -3,13 +3,13 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "18"> <!-- Always 2 digits -->
<!ENTITY day "21"> <!-- Always 2 digits -->
<!ENTITY month "08"> <!-- Always 2 digits -->
<!ENTITY year "2012">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "August 18th, &year;">
<!ENTITY releasedate "August 21st, &year;">
<!-- <!ENTITY releasedate "November &day;st, &year;"> -->
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->

View File

@ -30,7 +30,7 @@
<title>Introduction to ptlib</title>
<para>The <application>ptlib</application> (Portable Tools Library) package
is a class library that has it's genesis many years ago as PWLib (portable
is a class library that has its genesis many years ago as PWLib (portable
Windows Library), a method to produce applications to run on various
platforms.</para>