summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorKarel Zak2014-06-06 09:49:35 +0200
committerKarel Zak2014-06-06 09:49:35 +0200
commitee312c654b0c9f2e516fca729cb54c6c0ce42524 (patch)
treee430692e954f4c68c63308f5cf1f801f5e4474cb /m4
parentcfdisk: resize UI on SIGWINCH (diff)
downloadkernel-qcow2-util-linux-ee312c654b0c9f2e516fca729cb54c6c0ce42524.tar.gz
kernel-qcow2-util-linux-ee312c654b0c9f2e516fca729cb54c6c0ce42524.tar.xz
kernel-qcow2-util-linux-ee312c654b0c9f2e516fca729cb54c6c0ce42524.zip
docs: fix "behaviour" vs. "behavior"
Sometimes we use "behaviour" and "behavior" in the same text, let's use "behavior" only everywhere. Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1011068 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'm4')
-rw-r--r--m4/ul.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ul.m4 b/m4/ul.m4
index 8bfa9d9c0..b8a5390e3 100644
--- a/m4/ul.m4
+++ b/m4/ul.m4
@@ -13,7 +13,7 @@ AC_DEFUN([UL_PKG_STATIC], [
dnl UL_CHECK_LIB(LIBRARY, FUNCTION, [VARSUFFIX = $1]))
dnl
-dnl The VARSUFFIX is optional and overrides the default behaviour. For example:
+dnl The VARSUFFIX is optional and overrides the default behavior. For example:
dnl UL_CHECK_LIB(yyy, func, xxx) generates have_xxx and HAVE_LIBXXX
dnl UL_CHECK_LIB(yyy, func) generates have_yyy and HAVE_LIBYYY
dnl