diff doc/interpreter/stmt.txi @ 4541:3774dc061cdc

[project @ 2003-10-17 01:10:10 by jwe]
author jwe
date Fri, 17 Oct 2003 01:10:10 +0000
parents abbf63293766
children 5e2c68946f30
line wrap: on
line diff
--- a/doc/interpreter/stmt.txi	Thu Oct 16 17:34:07 2003 +0000
+++ b/doc/interpreter/stmt.txi	Fri Oct 17 01:10:10 2003 +0000
@@ -780,7 +780,7 @@
 @group
 if (fine_dining_destination == on_a_boat
     || fine_dining_destination == on_a_train)
-  suess (i, will, not, eat, them, sam, i, am, i,
+  seuss (i, will, not, eat, them, sam, i, am, i,
          will, not, eat, green, eggs, and, ham);
 endif
 @end group