[Asterisk-code-review] spelling: minimum (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:12:19 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17034 )
Change subject: spelling: minimum
......................................................................
spelling: minimum
Change-Id: Ifc8d0339883d56b47b629eb2b3c4b70868577c9e
---
M autoconf/ast_check_raii.m4
M configure
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/34/17034/1
diff --git a/autoconf/ast_check_raii.m4 b/autoconf/ast_check_raii.m4
index 571dc18..41cbe2e 100644
--- a/autoconf/ast_check_raii.m4
+++ b/autoconf/ast_check_raii.m4
@@ -50,7 +50,7 @@
]
)
if test -z "${AST_C_COMPILER_FAMILY}"; then
- AC_MSG_ERROR([Compiler ${CC} not supported. Mminimum required gcc-4.3 / llvm-gcc-4.3 / clang-3.3 + libblocksruntime-dev])
+ AC_MSG_ERROR([Compiler ${CC} not supported. Minimum required gcc-4.3 / llvm-gcc-4.3 / clang-3.3 + libblocksruntime-dev])
fi
AC_SUBST(AST_C_COMPILER_FAMILY)
])
diff --git a/configure b/configure
index 833e2ac..2d7f2f2 100755
--- a/configure
+++ b/configure
@@ -9046,7 +9046,7 @@
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
if test -z "${AST_C_COMPILER_FAMILY}"; then
- as_fn_error $? "Compiler ${CC} not supported. Mminimum required gcc-4.3 / llvm-gcc-4.3 / clang-3.3 + libblocksruntime-dev" "$LINENO" 5
+ as_fn_error $? "Compiler ${CC} not supported. Minimum required gcc-4.3 / llvm-gcc-4.3 / clang-3.3 + libblocksruntime-dev" "$LINENO" 5
fi
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17034
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ifc8d0339883d56b47b629eb2b3c4b70868577c9e
Gerrit-Change-Number: 17034
Gerrit-PatchSet: 1
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211107/29bdd483/attachment.html>
More information about the asterisk-code-review
mailing list