diff options
Diffstat (limited to 'src/locale/localectl.c')
-rw-r--r-- | src/locale/localectl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/locale/localectl.c b/src/locale/localectl.c index 515fca540a..8c60339e3e 100644 --- a/src/locale/localectl.c +++ b/src/locale/localectl.c @@ -77,7 +77,7 @@ typedef struct StatusInfo { const char *x11_options; } StatusInfo; -static void print_overriden_variables(void) { +static void print_overridden_variables(void) { int r; char *variables[_VARIABLE_LC_MAX] = {}; LocaleVariable j; @@ -176,7 +176,7 @@ static int show_status(sd_bus *bus, char **args, unsigned n) { goto fail; } - print_overriden_variables(); + print_overridden_variables(); print_status_info(&info); fail: |