fix typo: accumulate

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
This commit is contained in:
Zygmunt Krynicki 2024-03-29 10:52:15 +01:00
parent b7cf7af7e2
commit d274eb39d9

View file

@ -451,7 +451,7 @@ Eg.
would result in Optimize=minimize being set.
The Include, Dump, and Optimize options accululate except for the inversion
The Include, Dump, and Optimize options accumulate except for the inversion
option (no-X vs. X), and a couple options that work by setting/clearing
multiple options (compress-small). In that case the option will override
the flags it sets but will may accumulate with others.