Various pointless things of no importance:

- Renamed ISourceMod::GetModPath() to GetGamePath()
- Renamed ISourceMod::GetModFolderName() to GetGameFolderName()
- Various spelling corrections (why did I do this?)

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40735
This commit is contained in:
Scott Ehlert
2007-05-03 03:45:53 +00:00
parent 39110a7a51
commit de9dc9ed99
21 changed files with 54 additions and 54 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
/**
Genesis/**
* vim: set ts=4 :
* ===============================================================
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
@@ -22,7 +22,7 @@
CForwardManager g_Forwards;
/**
* Gensis turns to its source, reduction occurs stepwise although the essence is all one.
* Genesis turns to its source, reduction occurs stepwise although the essence is all one.
* End of line. FTL system check.
*
* :TODO: WHAT NEEDS TO BE TESTED IN THIS BEAST
+1 -1
View File
@@ -157,7 +157,7 @@ protected:
bool identity=false);
/**
* Frees a primitive handle. Does no object freeing, only reference count, bookkeepping,
* Frees a primitive handle. Does no object freeing, only reference count, bookkeeping,
* and linked list maintenance.
* If used on an Identity handle, destroys all Handles under that identity.
*/