fixed typo

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40770
This commit is contained in:
David Anderson 2007-05-12 02:14:12 +00:00
parent 1274c0b8bd
commit 47e359d195

View File

@ -339,7 +339,7 @@ functag NativeCall public(Handle:plugin, numParams);
* else you risk not having your native shared with other plugins.
*
* @param name Name of the dynamic native; must be unique amongst
* all other registered dynamic native.s
* all other registered dynamic natives.
* @param func Function to use as the dynamic native.
* @noreturn
*/