[gnome-flashback] input-sources: Fix a typo in function name
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-flashback] input-sources: Fix a typo in function name
- Date: Mon, 13 Mar 2017 14:18:43 +0000 (UTC)
commit 9dad2e24a67459d3b50508946c0d18bcd6f0de42
Author: Dmitry Shachnev <mitya57 gmail com>
Date: Sat Mar 4 18:02:46 2017 +0300
input-sources: Fix a typo in function name
.../libinput-sources/gf-input-sources.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnome-flashback/libinput-sources/gf-input-sources.c
b/gnome-flashback/libinput-sources/gf-input-sources.c
index ec940de..75c78f8 100644
--- a/gnome-flashback/libinput-sources/gf-input-sources.c
+++ b/gnome-flashback/libinput-sources/gf-input-sources.c
@@ -388,7 +388,7 @@ watch_child (GPid pid,
}
static void
-spawn_kayboard_display (const gchar *description)
+spawn_keyboard_display (const gchar *description)
{
gchar **argv;
GSpawnFlags flags;
@@ -478,7 +478,7 @@ show_layout_cb (GtkMenuItem *menuitem,
g_clear_object (&info);
- spawn_kayboard_display (description);
+ spawn_keyboard_display (description);
g_free (description);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]