From ee312c654b0c9f2e516fca729cb54c6c0ce42524 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 6 Jun 2014 09:49:35 +0200 Subject: 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 --- disk-utils/mkfs.bfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disk-utils/mkfs.bfs.c') diff --git a/disk-utils/mkfs.bfs.c b/disk-utils/mkfs.bfs.c index dcdb09850..23098e4e4 100644 --- a/disk-utils/mkfs.bfs.c +++ b/disk-utils/mkfs.bfs.c @@ -221,7 +221,7 @@ int main(int argc, char **argv) ino_blocks = (ino_bytes + BFS_BLOCKSIZE - 1) / BFS_BLOCKSIZE; data_blocks = total_blocks - ino_blocks - 1; - /* mimic the behaviour of SCO's mkfs - maybe this limit is needed */ + /* mimic the behavior of SCO's mkfs - maybe this limit is needed */ if (data_blocks < 32) errx(EXIT_FAILURE, _("not enough space, need at least %llu blocks"), -- cgit v1.2.3-55-g7522