0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

Trivial: build-aux/m4/l_atomic: Fix typo

This commit is contained in:
Luke Dashjr 2016-09-21 22:54:49 +00:00
parent 3b4b6dcdd7
commit 3f8a5d8f6e

View file

@ -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])
])
])