From 44aef16f39098dc005d5fd3f32af72c151aa0aec Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 5 Dec 2023 11:25:19 +0100 Subject: [PATCH] Fix typos --- tools/localazy/generateLocalazyConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/localazy/generateLocalazyConfig.py b/tools/localazy/generateLocalazyConfig.py index 464c67c70a..b1ade3fdb0 100755 --- a/tools/localazy/generateLocalazyConfig.py +++ b/tools/localazy/generateLocalazyConfig.py @@ -31,7 +31,7 @@ baseAction = { } } -# Store all regex specific to module, to eclude the corresponding keyx from the common string module +# Store all regex specific to module, to exclude the corresponding key from the common string module allRegexToExcludeFromMainModule = [] # All actions that will be serialized in the localazy config allActions = []