diff options
author | Luca Favatella <[email protected]> | 2016-09-25 18:19:42 +0100 |
---|---|---|
committer | Luca Favatella <[email protected]> | 2016-09-25 18:21:14 +0100 |
commit | fcad9ea2b200bf80a03e7dbbc1d18d0e4021de6d (patch) | |
tree | 78367e55953a90c2bc9d341d83243bf5caac888d /erts/configure.in | |
parent | 3f3f25b23379b1afb15cc97462cf5d385690f5a0 (diff) | |
download | otp-fcad9ea2b200bf80a03e7dbbc1d18d0e4021de6d.tar.gz otp-fcad9ea2b200bf80a03e7dbbc1d18d0e4021de6d.tar.bz2 otp-fcad9ea2b200bf80a03e7dbbc1d18d0e4021de6d.zip |
Fix typo in configuration description
Diffstat (limited to 'erts/configure.in')
-rw-r--r-- | erts/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/configure.in b/erts/configure.in index 883ce2db68..46302e8e68 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -2798,7 +2798,7 @@ if test X${enable_fp_exceptions} != Xyes ; then FPE=unreliable else - AC_MSG_CHECKING([for unreliable floating point execptions]) + AC_MSG_CHECKING([for unreliable floating point exceptions]) AC_TRY_RUN([ |