[Xfce4-commits] <xfce4-settings:master> Fix typo in comment.

Jérôme Guelfucci noreply at xfce.org
Sat Nov 24 00:40:01 CET 2012


Updating branch refs/heads/master
         to 5c9ae419256c3277f4e766b3aaddaed96584ca92 (commit)
       from 863ffbe185de7423466b5c17adf740686320b628 (commit)

commit 5c9ae419256c3277f4e766b3aaddaed96584ca92
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Sat Nov 24 00:38:33 2012 +0100

    Fix typo in comment.

 dialogs/keyboard-settings/xfce-keyboard-settings.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dialogs/keyboard-settings/xfce-keyboard-settings.c b/dialogs/keyboard-settings/xfce-keyboard-settings.c
index 134e766..5e7a01d 100644
--- a/dialogs/keyboard-settings/xfce-keyboard-settings.c
+++ b/dialogs/keyboard-settings/xfce-keyboard-settings.c
@@ -947,7 +947,7 @@ xfce_keyboard_settings_add_button_clicked (XfceKeyboardSettings *settings,
   /* Create command dialog */
   command_dialog = command_dialog_new (NULL, NULL, FALSE);
 
-  /* Run command dialog until a vaild (non-empty) command is entered or the dialog is cancelled */
+  /* Run command dialog until a valid (non-empty) command is entered or the dialog is cancelled */
   do
     {
       response = command_dialog_run (COMMAND_DIALOG (command_dialog), GTK_WIDGET (button));


More information about the Xfce4-commits mailing list