GNU bug report logs - #26034
[PATCH] fix typo in error messages

Previous Next

Package: org-mode;

Reported by: Christian Garbs <mitch <at> cgarbs.de>

Date: Wed, 8 Mar 2017 20:32:01 UTC

Severity: minor

Tags: patch

Done: Teemu Likonen <tlikonen <at> iki.fi>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christian Garbs <mitch <at> cgarbs.de>
To: bug-gnu-emacs <at> gnu.org
Cc: Christian Garbs <mitch <at> cgarbs.de>
Subject: [PATCH] fix typo in error messages
Date: Wed,  8 Mar 2017 21:13:57 +0100
---
 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





This bug report was last modified 8 years and 31 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.