diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-02-19 10:32:39 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-02-19 10:32:39 +0100 |
commit | cdf3f2ffe49d9836be74e60a83365d26f378fc88 (patch) | |
tree | f67b8e1f35ebdd4edf67402f6bf0bfe0eda6be32 /bin | |
parent | 01ddab4bc7cff2c06b67e6327c848baa8141ed5c (diff) |
categorial → categorical
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/analyze-kconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/analyze-kconfig.py b/bin/analyze-kconfig.py index 1da926b..44b7e24 100755 --- a/bin/analyze-kconfig.py +++ b/bin/analyze-kconfig.py @@ -59,7 +59,7 @@ def main(): parser.add_argument( "--boolean-parameters", action="store_true", - help="Use boolean (not categorial) parameters when building the NFP model", + help="Use boolean (not categorical) parameters when building the NFP model", ) parser.add_argument( "--show-failing-symbols", |