[gnome-control-center] sound: Spell "Can't" properly in debug



commit 5b8509088cdd8e8d8bfe832f9b64aa8b1b27faf3
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Aug 23 15:30:35 2012 +0100

    sound: Spell "Can't" properly in debug

 panels/sound/gvc-mixer-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/sound/gvc-mixer-dialog.c b/panels/sound/gvc-mixer-dialog.c
index 104cb9e..ea95825 100644
--- a/panels/sound/gvc-mixer-dialog.c
+++ b/panels/sound/gvc-mixer-dialog.c
@@ -1568,7 +1568,7 @@ on_test_speakers_clicked (GvcComboBox *widget,
         } while (gtk_tree_model_iter_next (model, &iter));
 
         if (active_output == GVC_MIXER_UI_DEVICE_INVALID) {
-                g_warning ("Cant find the active output from the UI");
+                g_warning ("Can't find the active output from the UI");
                 return;
         }
 



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