aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <[email protected]>2016-09-21 22:54:49 +0000
committerLuke Dashjr <[email protected]>2016-09-21 23:01:46 +0000
commit3f8a5d8f6e95c3c1aa62433abc5edb0c93caae11 (patch)
treefd5ea9f21ff1b59111a8c3598ab2fbe7323d3e6d
parentAdd MIT license to autogen.sh and share/genbuild.sh (diff)
downloaddiscoin-3f8a5d8f6e95c3c1aa62433abc5edb0c93caae11.tar.xz
discoin-3f8a5d8f6e95c3c1aa62433abc5edb0c93caae11.zip
Trivial: build-aux/m4/l_atomic: Fix typo
-rw-r--r--build-aux/m4/l_atomic.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/m4/l_atomic.m4 b/build-aux/m4/l_atomic.m4
index 906724b64..1cb13587a 100644
--- a/build-aux/m4/l_atomic.m4
+++ b/build-aux/m4/l_atomic.m4
@@ -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])
])
])