Browse Source

Merge branch 'maint'

Kyle Meyer 8 years ago
parent
commit
871ecea3ca
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lisp/ob-C.el

+ 2 - 2
lisp/ob-C.el

@@ -278,12 +278,12 @@ its 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