[svn:parrot] r36047 - trunk/examples/pir

[email protected] Tue, 27 Jan 2009 01:58:09 -0800 (PST)
Newsgroups perl.cvs.parrot
Message-ID <[email protected]>
Author: bernhard
Date: Tue Jan 27 01:58:07 2009
New Revision: 36047

Modified:
   trunk/examples/pir/interlangs.bas

Log:
[examples] fix a typo

Modified: trunk/examples/pir/interlangs.bas
==============================================================================
--- trunk/examples/pir/interlangs.bas	(original)
+++ trunk/examples/pir/interlangs.bas	Tue Jan 27 01:58:07 2009
@@ -8,7 +8,7 @@
 150 REM + First build perl6, ecmascript and pipp                             +
 160 REM + Then do:                                                           +
 170 REM + ../../parrot -L /yourparrotdir/languages/perl6                     +
-180 REM +              -L /yourparrotdir/languages/ecamscript                +
+180 REM +              -L /yourparrotdir/languages/ecmascript                +
 190 REM +              -L /yourparrotdir/languages/pipp                      +
 200 REM +               pirric.pir perl6-js.bas                              +
 210 REM +--------------------------------------------------------------------+