From c68cce94c46140f2ad1411550427d3cc2658ec02 Mon Sep 17 00:00:00 2001 From: Christian Garbs Date: Wed, 8 Mar 2017 21:13:57 +0100 Subject: [PATCH] ; Fix typo in error messages (Bug#26034) Copyright-paperwork-exempt: yes --- 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 8738824aa7a..77cfd537857 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 -- 2.39.5