[gnome-flashback/gnome-3-22] input-sources: Fix a typo in function name



commit b1ced621094d778a0e4d61affb10fdb203974923
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 f6aa2da..f531c98 100644
--- a/gnome-flashback/libinput-sources/gf-input-sources.c
+++ b/gnome-flashback/libinput-sources/gf-input-sources.c
@@ -207,7 +207,7 @@ watch_child (GPid     pid,
 }
 
 static void
-spawn_kayboard_display (const gchar *description)
+spawn_keyboard_display (const gchar *description)
 {
   gchar **argv;
   GSpawnFlags flags;
@@ -297,7 +297,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]