diff options
author | Kaleb S. KEITHLEY <kkeithle@redhat.com> | 2018-03-02 10:04:52 -0500 |
---|---|---|
committer | Jeff Darcy <jeff@pl.atyp.us> | 2018-03-02 19:40:37 +0000 |
commit | 0ec482b5d5b8e4db993f90df70a4c985a426b411 (patch) | |
tree | cca0d0e4d93f60a5b30fd9e4311cdff2ea28effa /configure.ac | |
parent | 1369f313d113c5aca90849e92902ce2142a0e3ed (diff) |
build: fix typo, spelling mistake
transistional -> transitional
Change-Id: I1eb7e063288384458c305afea6d6c46a358701ff
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 35e4f27a130..827ec051848 100644 --- a/configure.ac +++ b/configure.ac @@ -1112,7 +1112,7 @@ if test "x$DISABLE_LIBTIRPC" = "xyes" ; then --------------------------------------------------------------------------------- libtirpc or ipv6-default were enabled (by default) but libtirpc-devel is not installed. Disabling libtirpc and ipv6-default and using legacy glibc rpc headers - This is a transistional warning message. Eventually it will be an error message + This is a transitional warning message. Eventually it will be an error message ---------------------------------------------------------------------------------])],[ AC_MSG_ERROR([ --------------------------------------------------------------------------------- |