This trivial fix still hasn't been applied. Can I do it? Christian Garbs [2017-03-08 21:13:57+01] wrote: > --- > lisp/org/ob-C.el | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lisp/org/ob-C.el b/lisp/org/ob-C.el > index 8738824..77cfd53 100644 > --- a/lisp/org/ob-C.el > +++ b/lisp/org/ob-C.el > @@ -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