summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Dye <tsd@tsdye.com>2010-07-06 21:09:59 -1000
committerEric Schulte <schulte.eric@gmail.com>2010-07-13 15:58:11 -0700
commitc6403e0274d6e4fe9df0b5cc132c5379f50ec3d9 (patch)
tree34db830fa05770f8ef43df4121abcdc2dfb4b6bb
parentc0a5150b2cd6bdfde723e4e7a4a912d8eeac50ed (diff)
downloadorg-mode-c6403e0274d6e4fe9df0b5cc132c5379f50ec3d9.tar.gz
Fixed typo in ob-css.el
-rw-r--r--lisp/ob-css.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-css.el b/lisp/ob-css.el
index 2bb9385..a6dce84 100644
--- a/lisp/ob-css.el
+++ b/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 noynsensical"))
+ (error "CSS sessions are nonsensical"))
(provide 'ob-css)