diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-05-13 23:26:20 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-05-13 23:26:20 +0200 |
commit | a362f15f85fc3f00ea3144f763798131cb66e3e3 (patch) | |
tree | 36519d7e7afe6c643fdd0c781fddb069ff86648e /tubes | |
parent | 036a660a86c225992c7cab083073374c40b1f366 (diff) |
Typo: shoud -> should
Change-Id: I44f4fb9682a56af6654e1f7462dc37557d60e735
Diffstat (limited to 'tubes')
-rw-r--r-- | tubes/source/file-transfer-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tubes/source/file-transfer-helper.c b/tubes/source/file-transfer-helper.c index cc35f6fb585b..41dee760b302 100644 --- a/tubes/source/file-transfer-helper.c +++ b/tubes/source/file-transfer-helper.c @@ -528,7 +528,7 @@ empathy_ft_handler_class_init (EmpathyFTHandlerClass *klass) * * This signal is emitted when the hashing operation of the handler * is started. Note that this might happen or not, depending on the CM - * and remote contact capabilities. Clients shoud use + * and remote contact capabilities. Clients should use * empathy_ft_handler_get_use_hash() before calling * empathy_ft_handler_start_transfer() to know whether they should connect * to this signal. |