; Fix typo in error messages (Bug#26034)

Copyright-paperwork-exempt: yes
This commit is contained in:
Christian Garbs 2017-03-08 21:13:57 +01:00 committed by Teemu Likonen
parent 8750a4546a
commit c68cce94c4
No known key found for this signature in database
GPG key ID: 933A35041E7EAD51

View file

@ -157,12 +157,12 @@ it's header arguments."
(defun org-babel-prep-session:C (session params)
"This function does nothing as C is a compiled language with no
support for sessions"
(error "C is a compiled languages -- no support for sessions"))
(error "C is a compiled language -- no support for sessions"))
(defun org-babel-load-session:C (session body params)
"This function does nothing as C is a compiled language with no
support for sessions"
(error "C is a compiled languages -- no support for sessions"))
(error "C is a compiled language -- no support for sessions"))
;; helper functions