Mercurial > pidgin
diff src/util.h @ 13783:a539caf502b0
[gaim-migrate @ 16195]
Rest of SF Patch #1492122 from Sadrul
Some typo fixes and doc cleanups.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Sun, 21 May 2006 03:10:46 +0000 |
| parents | 554575d1f9b5 |
| children | 6fc412e59214 |
line wrap: on
line diff
--- 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. */
