Eric Sunshine <sunshine@xxxxxxxxxxxxxx> writes: > On Thu, Jul 31, 2025 at 2:40 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: >> Passing a string list that has .strdup_strings bit unset to >> string_list_split(), orone that has .strdup_strings bit set to >> string_list_split_in_place(), is a programmer error. Do not use >> die() to abort the execution. Use BUG() instead. > > s/orone/or one/ Thanks, as always, for typofixes. Not just this step but for other steps in the series. Will use them when I update them.