summaryrefslogtreecommitdiff
path: root/src/locale
diff options
context:
space:
mode:
authorTorstein Husebø <torstein@huseboe.net>2015-05-11 13:49:29 +0200
committerDaniel Mack <daniel@zonque.org>2015-05-11 15:51:30 +0200
commitff9b60f38bf68eba4a47cabff14547d92e083214 (patch)
treebd60ad7e82597fdf9fa4e64f28ad1692ee43c242 /src/locale
parent4dda4e637e4c17a14db6cd265f36f5e8a5050367 (diff)
treewide: Correct typos and spell plural of bus consistent
Diffstat (limited to 'src/locale')
-rw-r--r--src/locale/localectl.c4
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: