소스 검색

Minor change to ob-css.el

Tom Dye 15 년 전
부모
커밋
c0a5150b2c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/ob-css.el

+ 1 - 1
lisp/ob-css.el

@@ -43,7 +43,7 @@ This function is called by `org-babel-execute-src-block'."
 (defun org-babel-prep-session:css (session params)
   "Return an error if the :session header argument is set.
 CSS does not support sessions."
-  (error "CSS sessions are nonsensical"))
+  (error "CSS sessions are noynsensical"))
 
 (provide 'ob-css)