From 01d5e4d1ca27b5dbf4dce19be3da2ab83cefd40d Mon Sep 17 00:00:00 2001 From: Samanta Navarro Date: Sat, 3 Oct 2020 11:52:37 +0000 Subject: all: fix typos --- conf/example.conf.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'conf') diff --git a/conf/example.conf.in b/conf/example.conf.in index 215a30f86..5275e76c5 100644 --- a/conf/example.conf.in +++ b/conf/example.conf.in @@ -270,16 +270,16 @@ devices { # Configuration option devices/md_chunk_alignment. # Align the start of a PV data area with md device's stripe-width. # This applies if a PV is placed directly on an md device. - # default_data_alignment will be overriden if it is not aligned + # default_data_alignment will be overridden if it is not aligned # with the value detected for this setting. - # This setting is overriden by data_alignment_detection, + # This setting is overridden by data_alignment_detection, # data_alignment, and the --dataalignment option. md_chunk_alignment = 1 # Configuration option devices/default_data_alignment. # Align the start of a PV data area with this number of MiB. # Set to 1 for 1MiB, 2 for 2MiB, etc. Set to 0 to disable. - # This setting is overriden by data_alignment and the --dataalignment + # This setting is overridden by data_alignment and the --dataalignment # option. # This configuration option has an automatic default value. # default_data_alignment = 1 @@ -293,9 +293,9 @@ devices { # preferred unit of receiving I/O, e.g. MD stripe width. # minimum_io_size is used if optimal_io_size is undefined (0). # If md_chunk_alignment is enabled, that detects the optimal_io_size. - # default_data_alignment and md_chunk_alignment will be overriden + # default_data_alignment and md_chunk_alignment will be overridden # if they are not aligned with the value detected for this setting. - # This setting is overriden by data_alignment and the --dataalignment + # This setting is overridden by data_alignment and the --dataalignment # option. data_alignment_detection = 1 @@ -304,7 +304,7 @@ devices { # When non-zero, this setting overrides default_data_alignment. # Set to 0 to disable, in which case default_data_alignment # is used to align the first PE in units of MiB. - # This setting is overriden by the --dataalignment option. + # This setting is overridden by the --dataalignment option. data_alignment = 0 # Configuration option devices/data_alignment_offset_detection. @@ -315,7 +315,7 @@ devices { # partitioning will have an alignment_offset of 3584 bytes (sector 7 # is the lowest aligned logical block, the 4KiB sectors start at # LBA -1, and consequently sector 63 is aligned on a 4KiB boundary). - # This setting is overriden by the --dataalignmentoffset option. + # This setting is overridden by the --dataalignmentoffset option. data_alignment_offset_detection = 1 # Configuration option devices/ignore_suspended_devices. -- cgit v1.2.1