# HG changeset patch # User Paul Aurich # Date 1255655798 0 # Node ID 583a2f6ae5760ca0ea4c4fbbf86711176946f55e # Parent 08ffa726aea2031c7432b0dfb975f69c8ef64559 Typo. diff -r 08ffa726aea2 -r 583a2f6ae576 libpurple/ft.h --- a/libpurple/ft.h Thu Oct 15 16:25:09 2009 +0000 +++ b/libpurple/ft.h Fri Oct 16 01:16:38 2009 +0000 @@ -674,7 +674,7 @@ void purple_xfer_ui_ready(PurpleXfer *xfer); /** - * Allows the prpl to signal it's readh to send/receive data (depending on + * Allows the prpl to signal it's ready to send/receive data (depending on * the direction of the file transfer. Used when the prpl provides read/write * ops and cannot/does not provide a raw fd to the core. *