mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-07 08:50:26 +02:00
Trivial: build-aux/m4/l_atomic: Fix typo
This commit is contained in:
@ -32,7 +32,7 @@ AC_DEFUN([CHECK_ATOMIC], [
|
||||
AC_MSG_RESULT([yes])
|
||||
],[
|
||||
AC_MSG_RESULT([no])
|
||||
AC_MSG_FAILURE([cannot figure our how to use std::atomic])
|
||||
AC_MSG_FAILURE([cannot figure out how to use std::atomic])
|
||||
])
|
||||
])
|
||||
|
||||
|
Reference in New Issue
Block a user