wisp
 
(Arne Babenhauserheide)
2014-11-28: shebang -> hashbang

shebang -> hashbang

diff --git a/docs/srfi.org b/docs/srfi.org
--- a/docs/srfi.org
+++ b/docs/srfi.org
@@ -793,15 +793,15 @@ define : a b c
 
 
 #+end_src 
-*** tests/shebang.w
+*** tests/hashbang.w
 #+begin_src wisp
 #!/usr/bin/wisp.py # !#
-; This tests shebang lines
+; This tests hashbang lines
 #+end_src 
-*** tests/shebang.scm
+*** tests/hashbang.scm
 #+begin_src scheme
 #!/usr/bin/wisp.py # !#
-; This tests shebang lines
+; This tests hashbang lines
 
 
 #+end_src