emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* bug#26034: [PATCH] fix typo in error messages
       [not found] <1489004037-13951-1-git-send-email-mitch@cgarbs.de>
@ 2017-04-16 14:46 ` Teemu Likonen
  0 siblings, 0 replies; only message in thread
From: Teemu Likonen @ 2017-04-16 14:46 UTC (permalink / raw)
  To: 26034; +Cc: Christian Garbs

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-16 14:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1489004037-13951-1-git-send-email-mitch@cgarbs.de>
2017-04-16 14:46 ` bug#26034: [PATCH] fix typo in error messages Teemu Likonen

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