Skip to content

Commit

Permalink
Trivial: build-aux/m4/l_atomic: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Sep 21, 2016
1 parent 3b4b6dc commit 3f8a5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/m4/l_atomic.m4
Expand Up @@ -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])
])
])
Expand Down

0 comments on commit 3f8a5d8

Please sign in to comment.