summaryrefslogtreecommitdiffstats
path: root/disk-utils/mkfs.bfs.c
diff options
context:
space:
mode:
authorKarel Zak2014-06-06 09:49:35 +0200
committerKarel Zak2014-06-06 09:49:35 +0200
commitee312c654b0c9f2e516fca729cb54c6c0ce42524 (patch)
treee430692e954f4c68c63308f5cf1f801f5e4474cb /disk-utils/mkfs.bfs.c
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 'disk-utils/mkfs.bfs.c')
-rw-r--r--disk-utils/mkfs.bfs.c2
1 files changed, 1 insertions, 1 deletions
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"),