JAL-2388 Comment typo
authorkiramt <k.mourao@dundee.ac.uk>
Mon, 20 Mar 2017 08:12:15 +0000 (08:12 +0000)
committerkiramt <k.mourao@dundee.ac.uk>
Mon, 20 Mar 2017 08:12:15 +0000 (08:12 +0000)
src/jalview/gui/OverviewPanel.java

index 1c49b8a..67cdbc2 100755 (executable)
@@ -258,7 +258,7 @@ public class OverviewPanel extends JPanel implements Runnable
         lastrow = currentrow;
 
         // get the sequence which would be at alignment index 'lastrow' if no
-        // columns were hidden, and determine whether it is hidden or not
+        // rows were hidden, and determine whether it is hidden or not
         hiddenRow = av.getAlignment().isHidden(lastrow);
         seq = av.getAlignment().getSequenceAtAbsoluteIndex(lastrow);
       }