|
From: <sno...@us...> - 2006-06-16 00:03:24
|
Revision: 73 Author: snowdog_ Date: 2006-06-15 17:03:20 -0700 (Thu, 15 Jun 2006) ViewCVS: http://svn.sourceforge.net/openrpg/?rev=73&view=rev Log Message: ----------- Fixing a couple minor typo's Modified Paths: -------------- trunk/src/openrpg2/common/core/ORPGSettingManager.java Modified: trunk/src/openrpg2/common/core/ORPGSettingManager.java =================================================================== --- trunk/src/openrpg2/common/core/ORPGSettingManager.java 2006-06-15 23:59:48 UTC (rev 72) +++ trunk/src/openrpg2/common/core/ORPGSettingManager.java 2006-06-16 00:03:20 UTC (rev 73) @@ -102,7 +102,7 @@ /** * Attempts to load properties from the given File. * - * @param File refference properties file + * @param file reference properties file * @return Properties Object. Will return null if file not found. */ public static Properties loadSettings(File file){ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |