[PATCH] Fix typo of non-existing function name
Bert Wesarg <[email protected]>
| Newsgroups | gmane.comp.gnu.libtool.general |
|---|---|
| Message-ID | <CAKPyHN01b+VFyBrainTDD6pHVejr5Gi2mB__y7-CX30Mk2HkZw@mail.gmail.com> |
_______________________________________________ https://lists.gnu.org/mailman/listinfo/libtool
0001-Fix-typo-of-non-existing-function-name.patch
(text/x-diff, 824 B)
From fddcc0b117b5d4f3f4da95f183f19543354c39bb Mon Sep 17 00:00:00 2001 Message-Id: <fddcc0b117b5d4f3f4da95f183f19543354c39bb.1465850118.git.bert.wesarg@googlemail.com> From: Bert Wesarg <[email protected]> Date: Mon, 13 Jun 2016 22:28:47 +0200 Subject: [PATCH] Fix typo of non-existing function name. --- build-aux/ltmain.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in index 4cd3818..1cf2e7b 100644 --- a/build-aux/ltmain.in +++ b/build-aux/ltmain.in @@ -212,7 +212,7 @@ fi # a configuration failure hint, and exit. func_fatal_configuration () { - func__fatal_error ${1+"$@"} \ + func_fatal_error ${1+"$@"} \ "See the $PACKAGE documentation for more information." \ "Fatal configuration error." } -- 2.0.0.rc2.8.g2009c91