From: Niels Möller Date: Tue, 15 Feb 2022 20:19:31 +0000 (+0100) Subject: Fix comment typo. X-Git-Tag: nettle_3.8_release_20220602~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be24531355bc8d2b2ce5982e5a059ef382629831;p=thirdparty%2Fnettle.git Fix comment typo. --- diff --git a/configure.ac b/configure.ac index b6660a13..dff7d869 100644 --- a/configure.ac +++ b/configure.ac @@ -469,7 +469,7 @@ if test "x$enable_assembler" = xyes ; then asm_path="x86_64/fat $asm_path" OPT_NETTLE_SOURCES="fat-x86_64.c $OPT_NETTLE_SOURCES" # For now, not enabling aesni or sha_ni, since at least - # the latter appears unavailable on te gitlab test machines. + # the latter appears unavailable on the gitlab test machines. FAT_TEST_LIST="vendor:intel vendor:amd" else if test "x$enable_x86_aesni" = xyes ; then