]> granicus.if.org Git - imagemagick/commitdiff
Update configure.ac
authoriplxp00j <51212072+iplxp00j@users.noreply.github.com>
Thu, 30 May 2019 19:28:20 +0000 (21:28 +0200)
committerDirk Lemstra <dirk@lemstra.org>
Thu, 30 May 2019 19:56:24 +0000 (21:56 +0200)
correct spelling

configure.ac

index 3251e1caa6a4ed78c4d7e0691cbbf584330cb7c1..ec017b07eecb30ee1d0ac69bd0fe294ccf263fd6 100644 (file)
@@ -1182,10 +1182,10 @@ AC_TRY_COMPILE([],
    [{ const char *func = __FUNCTION__; return(func != 0 ? 0 : 1); }],
    AC_MSG_RESULT([yes])
    AC_DEFINE(__func__, __FUNCTION__,
-     [Define to appropriate substitue if compiler does not have __func__]),
+     [Define to appropriate substitute if compiler does not have __func__]),
    AC_MSG_RESULT([no])
    AC_DEFINE(__func__, __FILE__,
-     [Define to appropriate substitue if compiler does not have __func__])))
+     [Define to appropriate substitute if compiler does not have __func__])))
 
 ########
 #