emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Teemu Likonen <tlikonen@iki.fi>
To: 26034@debbugs.gnu.org
Cc: Christian Garbs <mitch@cgarbs.de>
Subject: bug#26034: [PATCH] fix typo in error messages
Date: Sun, 16 Apr 2017 17:46:47 +0300	[thread overview]
Message-ID: <87efwsqujs.fsf@iki.fi> (raw)
In-Reply-To: <1489004037-13951-1-git-send-email-mitch@cgarbs.de> (Christian Garbs's message of "Wed, 8 Mar 2017 21:13:57 +0100")

[-- Attachment #1: Type: text/plain, Size: 1006 bytes --]

This trivial fix still hasn't been applied. Can I do it?


Christian Garbs [2017-03-08 21:13:57+01] wrote:

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 454 bytes --]

           reply	other threads:[~2017-04-16 14:47 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1489004037-13951-1-git-send-email-mitch@cgarbs.de>]

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

  List information: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to=87efwsqujs.fsf@iki.fi \
    --to=tlikonen@iki.fi \
    --cc=26034@debbugs.gnu.org \
    --cc=mitch@cgarbs.de \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).