typo fixes in comments

Change-Id: Idd49478d59cd062118fbf8e99d1c8bc5250013fc
This commit is contained in:
Andras Timar
2014-02-06 23:21:40 +01:00
parent 31ae001135
commit ac6e8ac7e4
50 changed files with 84 additions and 85 deletions

View File

@@ -1014,7 +1014,7 @@ System.out.println(" exception: " + ioe.getMessage());
public long getTime()
{
// ajust last modified time to the java.io.File
// adjust last modified time to the java.io.File
return (time >= 0)? time: 0;
}