Browse Source

test-ob-fortran: fix typo

* testing/lisp/test-ob-fortran.el (ob-fortran/preprocessor-var): Fix
  typo, write `preprocessor´ instead of `preprosessor´.
Achim Gratz 12 years ago
parent
commit
220b083091
1 changed files with 1 additions and 1 deletions
  1. 1 1
      testing/lisp/test-ob-fortran.el

+ 1 - 1
testing/lisp/test-ob-fortran.el

@@ -44,7 +44,7 @@
     (org-babel-next-src-block)
     (should (= 15 (org-babel-execute-src-block)))))
 
-(ert-deftest ob-fortran/preprosessor-var ()
+(ert-deftest ob-fortran/preprocessor-var ()
   "Test preprocessed fortran"
   (org-test-at-id "d8d1dfd3-5f0c-48fe-b55d-777997e02242"
     (org-babel-next-src-block 2)