Fix a typo in documentation.

This commit is contained in:
Karol Szuster 2014-08-29 16:48:30 +02:00
parent 1463103cd7
commit 47413928c8

View File

@ -2582,7 +2582,7 @@ forward plugin_natives();
/** /**
* Registers a native. * Registers a native.
* *
* @note Stlye 0 natives call the handler in the following manner: * @note Style 0 natives call the handler in the following manner:
* *
* public native_handler(plugin_id, argc) * public native_handler(plugin_id, argc)
* *