From: Aki Tuomi Date: Tue, 18 Feb 2020 11:13:36 +0000 (+0200) Subject: m4: Fix typo X-Git-Tag: 2.3.11.2~583 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=440d9e3b0d53b4f599b6504f9540d8ae051a050a;p=thirdparty%2Fdovecot%2Fcore.git m4: Fix typo It's mitigation not migitation --- diff --git a/m4/dovecot.m4 b/m4/dovecot.m4 index 5a9473171f..190efb2acc 100644 --- a/m4/dovecot.m4 +++ b/m4/dovecot.m4 @@ -6,7 +6,7 @@ dnl This file is free software; the authors give dnl unlimited permission to copy and/or distribute it, with or without dnl modifications, as long as this notice is preserved. -# serial 30 +# serial 31 dnl dnl Check for support for D_FORTIFY_SOURCE=2 @@ -197,7 +197,7 @@ dnl AC_DEFUN([AC_CC_RETPOLINE],[ AC_ARG_WITH(retpoline, - AS_HELP_STRING([--with-retpoline=], [Retpoline migitation choice (default: keep)]), + AS_HELP_STRING([--with-retpoline=], [Retpoline mitigation choice (default: keep)]), with_retpoline=$withval, with_retpoline=keep)