tidy-up: prefer spelling 'flavor', where missing

In comments and two internal build variables.

Closes #22014
This commit is contained in:
Viktor Szakats 2026-06-15 02:44:59 +02:00
parent 43c685fa78
commit 9061302a86
No known key found for this signature in database
8 changed files with 30 additions and 30 deletions

View file

@ -24,7 +24,7 @@
# Shared between CMakeLists.txt and Makefile.am
# Using the backslash as line continuation character might be problematic with
# some make flavours. If we ever want to change this in a portable manner then
# some make flavors. If we ever want to change this in a portable manner then
# we should consider this idea :
# CSRC1 = file1.c file2.c file3.c
# CSRC2 = file4.c file5.c file6.c