diff libpurple/prpl.h @ 24589:64c74659b6eb

Fix a typo in Mark's new comment.
author Richard Laager <rlaager@wiktel.com>
date Thu, 04 Dec 2008 03:40:31 +0000
parents 23170794f9f5
children d8452c0bec7b 25e2ab1fff1d
line wrap: on
line diff
--- a/libpurple/prpl.h	Thu Dec 04 01:20:37 2008 +0000
+++ b/libpurple/prpl.h	Thu Dec 04 03:40:31 2008 +0000
@@ -277,7 +277,7 @@
 
 	/**
 	 * @return If this protocol requires the PURPLE_TYPING message to
-	 *         be sent repeatedly to signfiy that the user is still
+	 *         be sent repeatedly to signify that the user is still
 	 *         typing, then the PRPL should return the number of
 	 *         seconds to wait before sending a subsequent notification.
 	 *         Otherwise the PRPL should return 0.