Fix a couple mistypes in API doc
authordpb587 <code+node@dpbis.net>
Sun, 2 May 2010 01:52:20 +0000 (21:52 -0400)
committerRyan Dahl <ry@tinyclouds.org>
Sun, 2 May 2010 02:16:00 +0000 (19:16 -0700)
doc/api.markdown

index 4ac4cfd..b9ef320 100644 (file)
@@ -2581,7 +2581,7 @@ The standalone REPL is called `node-repl` and is installed at
 
 ### repl.start(prompt, stream)
 
-Starts a REPL with `prompt` as the prompt and `stream` for all I/O.  `pomrpt`
+Starts a REPL with `prompt` as the prompt and `stream` for all I/O.  `prompt`
 is optional and defaults to `node> `.  `stream` is optional and defaults to 
 `process.openStdin()`.
 
@@ -2624,7 +2624,7 @@ or `socat`.  These programs are available from many Unix package managers.
 
 To start the standalone REPL with `rlwrap`:
 
-    rlwarp node-repl
+    rlwrap node-repl
     
 It might be convenient to use this alias in your shell configuration: