Tom Dye 14 лет назад
Родитель
Сommit
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)