diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-04 19:50:48 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-04 19:50:48 +0800 |
commit | d3f2e5578d5ec8ad221c54f30e43909547ed9617 (patch) | |
tree | b909f087dec003b0f486eff6b635dabf9f509cb4 /src/empathy-chat-window.c | |
parent | da5288f52ae5af2100caff3fe80dd981d2333d32 (diff) | |
download | gsoc2013-empathy-d3f2e5578d5ec8ad221c54f30e43909547ed9617.tar gsoc2013-empathy-d3f2e5578d5ec8ad221c54f30e43909547ed9617.tar.gz gsoc2013-empathy-d3f2e5578d5ec8ad221c54f30e43909547ed9617.tar.bz2 gsoc2013-empathy-d3f2e5578d5ec8ad221c54f30e43909547ed9617.tar.lz gsoc2013-empathy-d3f2e5578d5ec8ad221c54f30e43909547ed9617.tar.xz gsoc2013-empathy-d3f2e5578d5ec8ad221c54f30e43909547ed9617.tar.zst gsoc2013-empathy-d3f2e5578d5ec8ad221c54f30e43909547ed9617.zip |
fix typo in comment
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r-- | src/empathy-chat-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 0453ed110..44dee7ca4 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -2313,7 +2313,7 @@ empathy_chat_window_present_chat (EmpathyChat *chat, x_timestamp = GDK_CURRENT_TIME; } else { x_timestamp = CLAMP (timestamp, 0, G_MAXUINT32); - /* Don't present or switch tab if the action was earlier then the + /* Don't present or switch tab if the action was earlier than the * last actions X time, accounting for overflow and the first ever * presentation */ |