diff options
Diffstat (limited to 'src')
-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 */ |