Third time's the charm.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1872 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2006-07-07 17:12:00 +00:00
parent c3a736890e
commit 0e38c639ae
@@ -47,7 +47,7 @@ public class DataTool
/**
* Returns the numerator as a percentage of the denominator (100 * num /
* denom), handles 0/0 (returns 0) and returs 0 when denom is 0.
* denom), handles 0/0 (returns 0) and returns 0 when denom is 0.
*/
public int percent (int num, int denom)
{