diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/gui/package-info.java b/src/checkstyle/com/puppycrawl/tools/checkstyle/gui/package-info.java index 5d052f553..1a79145c0 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/gui/package-info.java +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/gui/package-info.java @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code for adherence to a set of rules. -// Copyright (C) 2001-2002 Oliver Burn +// Copyright (C) 2001-2008 Oliver Burn // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -18,10 +18,10 @@ //////////////////////////////////////////////////////////////////////////////// /** - * User interface classes for CheckStyle. Currenly this is mainly a gui to aid + * User interface classes for CheckStyle. Currently this is mainly a gui to aid * Check developers. *

- * This is definately work in progress. Here are some ideas where + * This is definitely work in progress. Here are some ideas where * you could help: *