Mercurial > pidgin
diff src/internal.h @ 8790:240c6282f546
[gaim-migrate @ 9552]
" Here's some documentation fixes. If you want more of
these, I can try to do bunches at a time. If you want
me to stop, just tell me. :)" --Jonathan Champ
accurate and gramatically correct docs are a good thing, keep them coming :-)
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Sat, 24 Apr 2004 04:59:18 +0000 |
| parents | 504570a1acd5 |
| children | d72a23b2bfb5 |
line wrap: on
line diff
--- a/src/internal.h Sat Apr 24 04:47:38 2004 +0000 +++ b/src/internal.h Sat Apr 24 04:59:18 2004 +0000 @@ -1,4 +1,4 @@ - /** +/** * @file internal.h Internal definitions and includes * @ingroup core * @@ -45,7 +45,7 @@ # define ngettext(Singular, Plural, Number) ((Number == 1) ? (Singular) : (Plural)) #endif /* - * The Singular/Plural/Number ngettext define above was taken from + * The Singular/Plural/Number ngettext define'd above was taken from * an email to the texinfo mailing list by Manuel Guerrero. Thank * you Manuel, and thank you Alex's good friend Google. */
