Browse Source

Spelling

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277216 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
89683e39ec
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/testcases/org/apache/tools/ant/types/PermissionsTest.java

+ 1
- 1
src/testcases/org/apache/tools/ant/types/PermissionsTest.java View File

@@ -142,7 +142,7 @@ public class PermissionsTest extends TestCase {
if (e.getStatus() != 3) {
fail("Received wrong exit status in Exit Exception.");
}
System.out.println("testExit successfull.");
System.out.println("testExit successful.");
} finally {
perms.restoreSecurityManager();
}


Loading…
Cancel
Save