From 5d23974a3ea152c3d9388922790d97498b648f44 Mon Sep 17 00:00:00 2001 From: Borja Ferrer Date: Mon, 1 Jan 2007 21:31:09 +0000 Subject: [PATCH] typo fix --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40261 --- sourcepawn/include/sp_vm_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;