# HG changeset patch # User Richard Laager # Date 1148181046 0 # Node ID a539caf502b0ef0422f8b0226ba3ec8722b2df08 # Parent f4f68315a07ab600d67fcdd22c29638b9fe873f2 [gaim-migrate @ 16195] Rest of SF Patch #1492122 from Sadrul Some typo fixes and doc cleanups. committer: Tailor Script diff -r f4f68315a07a -r a539caf502b0 src/dbus-server.h --- a/src/dbus-server.h Sun May 21 02:58:03 2006 +0000 +++ b/src/dbus-server.h Sun May 21 03:10:46 2006 +0000 @@ -50,7 +50,7 @@ GaimDBusType *parent; }; -/* By convesion, the GaimDBusType variable representing each structure +/* By convention, the GaimDBusType variable representing each structure GaimSomeStructure has the name GAIM_DBUS_TYPE_GaimSomeStructure. The following macros facilitate defining such variables diff -r f4f68315a07a -r a539caf502b0 src/gtkutils.h --- a/src/gtkutils.h Sun May 21 02:58:03 2006 +0000 +++ b/src/gtkutils.h Sun May 21 03:10:46 2006 +0000 @@ -409,7 +409,7 @@ * Create a Gaim running-man icon with the status emblem overlayed * in the lower right corner. * - * @param status_type The status type to set the emblem for. + * @param primitive The status type to set the emblem for. * @param scale_factor The amount to scale to the original image. * The default size is 32x32 pixels. A scale * factor of 1 means no scaling will be done. @@ -423,15 +423,15 @@ * allocate the image buffer, or the image file contained * invalid data. */ -GdkPixbuf *gaim_gtk_create_gaim_icon_with_status(GaimStatusPrimitive primitve, double scale_factor); +GdkPixbuf *gaim_gtk_create_gaim_icon_with_status(GaimStatusPrimitive primitive, double scale_factor); /** * Append a GaimMenuAction to a menu. * - * @param menu The menu to append to. - * @param act The GaimMenuAction to append. - * @param object The object to be passed to the action callback. + * @param menu The menu to append to. + * @param act The GaimMenuAction to append. + * @param gobject The object to be passed to the action callback. * * @return The menu. */ diff -r f4f68315a07a -r a539caf502b0 src/ntlm.h --- a/src/ntlm.h Sun May 21 02:58:03 2006 +0000 +++ b/src/ntlm.h Sun May 21 03:10:46 2006 +0000 @@ -40,6 +40,8 @@ * Parses the ntlm type 2 message * * @param type2 String containing the base64 encoded type2 message + * @param flags If not @c NULL, this will store the flags for the message + * * @return The nonce for use in message type3. This is a statically * allocated 8 byte binary string. */ diff -r f4f68315a07a -r a539caf502b0 src/pounce.h --- a/src/pounce.h Sun May 21 02:58:03 2006 +0000 +++ b/src/pounce.h Sun May 21 03:10:46 2006 +0000 @@ -98,6 +98,7 @@ * @param pouncer The account that will pounce. * @param pouncee The buddy to pounce on. * @param event The event(s) to pounce on. + * @param option Pounce options. * * @return The new buddy pounce structure. */ diff -r f4f68315a07a -r a539caf502b0 src/util.h --- a/src/util.h Sun May 21 02:58:03 2006 +0000 +++ b/src/util.h Sun May 21 03:10:46 2006 +0000 @@ -244,7 +244,7 @@ * The returned string is stored in a static buffer, so the result * should be g_strdup()'d if it's going to be kept. * - * @param time The time to format, or @c NULL to use the current local time + * @param tm The time to format, or @c NULL to use the current local time * * @return The date, formatted as per the user's settings. */ @@ -256,7 +256,7 @@ * The returned string is stored in a static buffer, so the result * should be g_strdup()'d if it's going to be kept. * - * @param time The time to format, or @c NULL to use the current local time + * @param tm The time to format, or @c NULL to use the current local time * * @return The timestamp, formatted as per the user's settings. */ @@ -268,7 +268,7 @@ * The returned string is stored in a static buffer, so the result * should be g_strdup()'d if it's going to be kept. * - * @param time The time to format, or @c NULL to use the current local time + * @param tm The time to format, or @c NULL to use the current local time * * @return The date and time, formatted as per the user's settings. */ @@ -280,8 +280,7 @@ * The returned string is stored in a static buffer, so the result * should be g_strdup()'d if it's going to be kept. * - * @param time The time value to format. - * @param time The time to format, or @c NULL to use the current local time + * @param tm The time to format, or @c NULL to use the current local time * * @return The time, formatted as per the user's settings. */