[gnome-control-center] keyboard: Fix typo in comment



commit 1ef60c7f06fc0761faea6014c00789ad2b7e89ae
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Sep 8 23:12:18 2016 +0200

    keyboard: Fix typo in comment
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771124

 panels/keyboard/cc-keyboard-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/keyboard/cc-keyboard-manager.c b/panels/keyboard/cc-keyboard-manager.c
index feb3cfc..1f90ca7 100644
--- a/panels/keyboard/cc-keyboard-manager.c
+++ b/panels/keyboard/cc-keyboard-manager.c
@@ -988,7 +988,7 @@ cc_keyboard_manager_reset_shortcut (CcKeyboardManager *self,
   default_value = g_settings_get_default_value (item->settings, item->key);
   default_binding = get_binding_from_variant (default_value);
 
-  /* Disables any any shortcut that conflicts with the new shortcut's value */
+  /* Disables any shortcut that conflicts with the new shortcut's value */
   if (default_binding && *default_binding != '\0')
     {
       GdkModifierType mask;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]