changeset 14940:28c7e23bcc7e

[gaim-migrate @ 17712] SF Patch #1593370 from Will Thompson (resiak) Adds a missing 'Neither' to the documentation. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 09 Nov 2006 19:58:15 +0000
parents 06ae7ffc47e3
children 93107520981e
files libgaim/prpl.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libgaim/prpl.h	Thu Nov 09 16:35:06 2006 +0000
+++ b/libgaim/prpl.h	Thu Nov 09 19:58:15 2006 +0000
@@ -48,8 +48,8 @@
  */
 typedef struct {
 	char *format;                       /**< This is a comma-delimited list of image formats or NULL if icons are not supported.
-					     * The core nor the prpl will actually check to see if the data it's given matches this, it's entirely
-					     * up to the UI to do what it wants */
+					     * Neither the core nor the prpl will actually check to see if the data it's given matches this; it's
+					     * entirely up to the UI to do what it wants */
 	int min_width;                          /**< The minimum width of this icon  */
 	int min_height;                         /**< The minimum height of this icon */
 	int max_width;                          /**< The maximum width of this icon  */