aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-30 19:51:58 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-30 19:51:58 +0800
commit47ecf4b12ab06848e3fcb685529f85df3ec3d045 (patch)
tree3002601ede60f8f8e6d6c0bd032dbd08387c0d59
parent645a49863a63b917b1ea648f791824fee9efaa00 (diff)
downloadgsoc2013-empathy-47ecf4b12ab06848e3fcb685529f85df3ec3d045.tar
gsoc2013-empathy-47ecf4b12ab06848e3fcb685529f85df3ec3d045.tar.gz
gsoc2013-empathy-47ecf4b12ab06848e3fcb685529f85df3ec3d045.tar.bz2
gsoc2013-empathy-47ecf4b12ab06848e3fcb685529f85df3ec3d045.tar.lz
gsoc2013-empathy-47ecf4b12ab06848e3fcb685529f85df3ec3d045.tar.xz
gsoc2013-empathy-47ecf4b12ab06848e3fcb685529f85df3ec3d045.tar.zst
gsoc2013-empathy-47ecf4b12ab06848e3fcb685529f85df3ec3d045.zip
fix typo in comment
-rw-r--r--libempathy-gtk/empathy-sound-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-sound-manager.c b/libempathy-gtk/empathy-sound-manager.c
index 87118e192..008f664f2 100644
--- a/libempathy-gtk/empathy-sound-manager.c
+++ b/libempathy-gtk/empathy-sound-manager.c
@@ -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. */