Index: trunk/src/org/openstreetmap/josm/actions/AlignInLineAction.java
===================================================================
--- trunk/src/org/openstreetmap/josm/actions/AlignInLineAction.java	(revision 10346)
+++ trunk/src/org/openstreetmap/josm/actions/AlignInLineAction.java	(revision 10347)
@@ -56,7 +56,7 @@
 
     /**
-     * InvalidSelection exception has to be raised when action can't be perform
-     */
-    private static class InvalidSelection extends Exception {
+     * InvalidSelection exception has to be raised when action can't be performed
+     */
+    static class InvalidSelection extends Exception {
 
         /**
@@ -69,5 +69,5 @@
         /**
          * Create an InvalidSelection exception with specific message
-         * @param msg Message that will be display to the user
+         * @param msg Message that will be displayed to the user
          */
         InvalidSelection(String msg) {
@@ -343,5 +343,5 @@
      * Class that represent a line
      */
-    private static class Line {
+    static class Line {
 
         /**
