commit | 60fe45d9423f2fde3cb13011fb6df442cf9bb9b7 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Sat Apr 15 17:49:13 2023 +0200 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Sat Apr 15 17:49:13 2023 +0200 |
tree | 667fe866ad9b9cdea94dbd3b64dc37dda8dfc8bf | |
parent | 7c99ad1bbe6f92becd707ad4dfe35bdcb7866f82 [diff] |
Fix typo in optionsPrototype.json5 Change-Id: Ieb9a511dbfa73ef068b612c3aad7711bf33e4709
diff --git a/src/common/optionsPrototype.json5 b/src/common/optionsPrototype.json5 index 79569aa..1b114a4 100644 --- a/src/common/optionsPrototype.json5 +++ b/src/common/optionsPrototype.json5
@@ -140,7 +140,7 @@ killSwitchType: 'option', }, 'flattenthreads': { - defaultVale: false, + defaultValue: false, context: 'options', killSwitchType: 'option', },