Fixed typo in keyvalues.inc doc (bug 4990, r=psychonic).

This commit is contained in:
Michael Busby 2011-06-28 20:26:40 -04:00
parent c4c554b420
commit 91368e5656

View File

@ -389,7 +389,7 @@ native KvNodesInStack(Handle:kv);
* NOTE: All KeyValues are processed from the current location not the root one.
*
* @param origin Origin KeyValues Handle.
* @param dest Destination KeyValues Handlee.
* @param dest Destination KeyValues Handle.
* @noreturn
* @error Invalid Handle.
*/