jdk/src/share/demo/jfc/TableExample/TableExample4.java
changeset 21278 ef8a3a2a72f2
parent 10292 ed7db6a12c2a
child 23010 6dadb192ad81
--- a/jdk/src/share/demo/jfc/TableExample/TableExample4.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/demo/jfc/TableExample/TableExample4.java	Tue Oct 29 17:01:06 2013 +0400
@@ -54,7 +54,7 @@
 /**
  * Another JTable example, showing how column attributes can be refined
  * even when columns have been created automatically. Here we create some
- * specialised renderers and editors as well as changing widths and colors
+ * specialized renderers and editors as well as changing widths and colors
  * for some of the columns in the SwingSet demo table.
  *
  * @author Philip Milne