Explorar el Código

Fix type in comment

Steven Spungin hace 9 años
padre
commit
519d4e78b8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/common/Grid.js

+ 1 - 1
src/common/Grid.js

@@ -582,7 +582,7 @@ var Grid = FC.Grid = Class.extend(ListenerMixin, MouseIgnorerMixin, {
 	fillSegTag: 'div', // subclasses can override
 
 
-	// Builds the HTML needed for one fill segment. Generic enought o work with different types.
+	// Builds the HTML needed for one fill segment. Generic enough to work with different types.
 	fillSegHtml: function(type, seg) {
 
 		// custom hooks per-type