From 7808487f0ae0051dcc0a97bb3546b8c8f1475345 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Mon, 7 Mar 2005 21:03:29 +0000 Subject: [PATCH] Typos git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277828 13f79535-47bb-0310-9956-ffa450edef68 --- .../tools/ant/types/optional/depend/ClassFileSetTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/testcases/org/apache/tools/ant/types/optional/depend/ClassFileSetTest.java b/src/testcases/org/apache/tools/ant/types/optional/depend/ClassFileSetTest.java index 3be217d12..b52e40ff2 100644 --- a/src/testcases/org/apache/tools/ant/types/optional/depend/ClassFileSetTest.java +++ b/src/testcases/org/apache/tools/ant/types/optional/depend/ClassFileSetTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation + * Copyright 2001-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -50,7 +50,7 @@ public class ClassFileSetTest extends BuildFileTest { } /** - * Test basic clasfileset + * Test basic classfileset */ public void testBasicSet() { Project p = getProject(); @@ -96,7 +96,7 @@ public class ClassFileSetTest extends BuildFileTest { } /** - * Test conbo classfileset + * Test combo classfileset */ public void testComboSet() { Project p = getProject();