From mboxrd@z Thu Jan 1 00:00:00 1970 From: Teemu Likonen Subject: bug#26034: [PATCH] fix typo in error messages Date: Sun, 16 Apr 2017 17:46:47 +0300 Message-ID: <87efwsqujs.fsf@iki.fi> References: <1489004037-13951-1-git-send-email-mitch@cgarbs.de> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1czlSF-0008Kv-QQ for emacs-orgmode@gnu.org; Sun, 16 Apr 2017 10:47:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1czlSA-0000f8-VT for emacs-orgmode@gnu.org; Sun, 16 Apr 2017 10:47:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52668) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1czlSA-0000eO-RV for emacs-orgmode@gnu.org; Sun, 16 Apr 2017 10:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1czlSA-0006cr-DX for emacs-orgmode@gnu.org; Sun, 16 Apr 2017 10:47:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: 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") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: 26034@debbugs.gnu.org Cc: Christian Garbs --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable 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")) >=20=20 > (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")) >=20=20 > ;; helper functions --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJY84PXAAoJEJM6NQQefq1R3UwIAIcngNJHm9gU5XBNkAtZE1mB r6Be5ei2uSTvdvpn2ZcSCgB9P48v7u6q7zN/X3RhOZx1J9E2nKpQS5jZDiCuLLwN k7CUfvnDElnDVDx3e5ly7aQWFMiqwnwRO7Ba3z1Rr/Lgo0XZK1YLzE0X8RjiWNks dkuyMI47/xOoLLALyhoKkdNApAZWl8T1PYV3hiL6nLz2oh6giH4uagWZnpj9HuJB W+rDgTY/1J93xhvhbYnpSgdhatx4Uv7tqC2Z+kugCJnb9t6h0rrp+imE+5o1vFT9 DoowWhyKgP5f6pvTtUMG90vHQh1Cj6ipiFbybvDaHXZnnVGDEuUdlc35VLh7K5I= =E+XH -----END PGP SIGNATURE----- --=-=-=--