Fix typo
authorDavid Vázquez <davazp@gmail.com>
Tue, 16 Apr 2013 18:05:36 +0000 (19:05 +0100)
committerDavid Vázquez <davazp@gmail.com>
Tue, 16 Apr 2013 18:05:36 +0000 (19:05 +0100)
README.org

index 5bcefd5..f0c8d9d 100644 (file)
@@ -9,8 +9,8 @@
   common special operators, functions and macros. In particular:
 
   - Multiple values
-  - Explicit control flow ([[http://www.lispworks.com/documentation/HyperSpec/Body/s_tagbod.htm][tagbody]] and [[http://www.lispworks.com/documentation/HyperSpec/Body/s_go.htm][go]])
-  - Static and dynamic non local exist ([[http://www.lispworks.com/documentation/HyperSpec/Body/s_catch.htm][catch]], [[http://www.lispworks.com/documentation/HyperSpec/Body/s_throw.htm][throw]]; [[http://www.lispworks.com/documentation/HyperSpec/Body/s_block.htm][block]], [[http://www.lispworks.com/documentation/HyperSpec/Body/s_ret_fr.htm][return-from]]).
+  - Explicit control tranfers ([[http://www.lispworks.com/documentation/HyperSpec/Body/s_tagbod.htm][tagbody]] and [[http://www.lispworks.com/documentation/HyperSpec/Body/s_go.htm][go]])
+  - Static and dynamic non local exit ([[http://www.lispworks.com/documentation/HyperSpec/Body/s_catch.htm][catch]], [[http://www.lispworks.com/documentation/HyperSpec/Body/s_throw.htm][throw]]; [[http://www.lispworks.com/documentation/HyperSpec/Body/s_block.htm][block]], [[http://www.lispworks.com/documentation/HyperSpec/Body/s_ret_fr.htm][return-from]]).
   - Lexical and special variables. However, declare expressions are
     missing, but you can /proclaim/ special variables.
   - Optional and keyword arguments