]> git.0d.be Git - empathy.git/commitdiff
fix typo in comment
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 30 Nov 2010 11:51:58 +0000 (12:51 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 30 Nov 2010 11:51:58 +0000 (12:51 +0100)
libempathy-gtk/empathy-sound-manager.c

index 87118e1920556fbbbf23a5d5eac8a4daa8dce43a..008f664f238f5c46eb840b82d110d83bb1822d1a 100644 (file)
@@ -73,7 +73,7 @@ G_DEFINE_TYPE (EmpathySoundManager, empathy_sound_manager, G_TYPE_OBJECT)
 
 struct _EmpathySoundManagerPrivate
 {
-  /* An hash table containing currently repeating sounds. The format is the
+  /* A hash table containing currently repeating sounds. The format is the
    * following:
    * Key: An EmpathySound
    * Value : The EmpathyRepeatableSound associated with that EmpathySound. */