From 95aa290ff218bc3db4bb1f0900b19b6c8a8849f4 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 3 Aug 2023 16:48:17 -0400 Subject: [PATCH] [DATALAD RUNCMD] Do interactive fixing of some ambigous typos === Do not change lines below === { "chain": [], "cmd": "codespell -w -i 3 -C 2", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ --- btrbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrbk b/btrbk index 3b4de57..ce1b18d 100755 --- a/btrbk +++ b/btrbk @@ -2340,7 +2340,7 @@ sub extentmap_merge(@) { my $end = -2; foreach (@range) { if($_->[0] <= $end + 1) { - # range overlaps the preceeding one, or is adjacent to it + # range overlaps the preceding one, or is adjacent to it $end = $_->[1] if($_->[1] > $end); } else {