all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#26034: [PATCH] fix typo in error messages
@ 2017-03-08 20:13 Christian Garbs
  2017-04-16 14:46 ` Teemu Likonen
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Garbs @ 2017-03-08 20:13 UTC (permalink / raw)
  To: 26034; +Cc: Christian Garbs

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






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#26034: [PATCH] fix typo in error messages
  2017-03-08 20:13 bug#26034: [PATCH] fix typo in error messages Christian Garbs
@ 2017-04-16 14:46 ` Teemu Likonen
  0 siblings, 0 replies; 2+ messages 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] 2+ messages in thread

end of thread, other threads:[~2017-04-16 14:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-08 20:13 bug#26034: [PATCH] fix typo in error messages Christian Garbs
2017-04-16 14:46 ` Teemu Likonen

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.