diff --git a/sourcepawn/include/sp_vm_api.h b/sourcepawn/include/sp_vm_api.h index b576d849..16d5d1ee 100644 --- a/sourcepawn/include/sp_vm_api.h +++ b/sourcepawn/include/sp_vm_api.h @@ -397,7 +397,7 @@ namespace SourcePawn * @brief Retrieves the name of the last native called. * Returns NULL if there was no native that caused the error. * - * @param index Opterional pointer to store index. + * @param index Optional pointer to store index. * @return Native name, or NULL if none. */ virtual const char *GetLastNative(uint32_t *index) =0;