changeset 171:f736a2ee66ec

Typo fixes.
author Rob Landley <rob@landley.net>
date Wed, 30 May 2007 15:31:18 -0400
parents 440ccb0c6acb
children 4e4f459de3db
files www/about.html www/design.html
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/www/about.html	Thu May 10 23:40:04 2007 -0400
+++ b/www/about.html	Wed May 30 15:31:18 2007 -0400
@@ -23,16 +23,16 @@
 <li>binutils 2.17</li>
 <li>make 3.81</li>
 <li>bash 2.05 b</li>
-</li>
+</ul>
 
-<!-->[Note: this paragraph is a TODO item.] The final Firmware Linux image is one
+<!-- >[Note: this paragraph is a TODO item.] The final Firmware Linux image is one
 file containing a kernel,
 initramfs,
 read-only root filesystem, and cryptographic signature.  You can boot Linux
 from this file as if it was a normal kernel image.  (A slightly modified LILO
 is used to do this on x86.  Patches for other bootloaders are a to-do item.)
 You can upgrade your entire OS (and any applications in the root filesystem)
-atomically, by downloading a new file and pointing your bootloader at it.--!>
+atomically, by downloading a new file and pointing your bootloader at it. -->
 
 <p>Firmware Linux is licensed under GPL version 2.  Its component packages are
 licensed under their respective licenses (mostly GPL and LGPL).</p>
--- a/www/design.html	Thu May 10 23:40:04 2007 -0400
+++ b/www/design.html	Wed May 30 15:31:18 2007 -0400
@@ -96,7 +96,7 @@
 
 <h2>Some differences between theory and reality.</h2>
 
-<h3>Environmental dependencies.</h2>
+<h3>Environmental dependencies.</h3>
 
 <p>Environmental dependencies are things that need to be installed before you
 can build or run a given package.  Lots of packages depend on things like zlib,