all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#26034: [PATCH] fix typo in error messages
@ 2017-03-08 20:13 Christian Garbs
  2017-04-16 14:46 ` Teemu Likonen
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Garbs @ 2017-03-08 20:13 UTC (permalink / raw)
  To: 26034; +Cc: Christian Garbs

---
 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
 
-- 
2.7.4






^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-16 14:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-08 20:13 bug#26034: [PATCH] fix typo in error messages Christian Garbs
2017-04-16 14:46 ` Teemu Likonen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.