all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christian Garbs <mitch@cgarbs.de>
To: 26034@debbugs.gnu.org
Cc: Christian Garbs <mitch@cgarbs.de>
Subject: bug#26034: [PATCH] fix typo in error messages
Date: Wed,  8 Mar 2017 21:13:57 +0100	[thread overview]
Message-ID: <1489004037-13951-1-git-send-email-mitch@cgarbs.de> (raw)

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






             reply	other threads:[~2017-03-08 20:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-08 20:13 Christian Garbs [this message]
2017-04-16 14:46 ` bug#26034: [PATCH] fix typo in error messages Teemu Likonen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1489004037-13951-1-git-send-email-mitch@cgarbs.de \
    --to=mitch@cgarbs.de \
    --cc=26034@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.