GNU bug report logs -
#26034
[PATCH] fix typo in error messages
Previous Next
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 #12 received at 26034 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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
[signature.asc (application/pgp-signature, inline)]
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.