emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] bug#26034: [PATCH] fix typo in error messages


From: Teemu Likonen
Subject: [O] bug#26034: [PATCH] fix typo in error messages
Date: Sun, 16 Apr 2017 17:46:47 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

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: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]