'formater' -> 'formatter'
[euphorik.git] / js / pageAbout.js
index 9a72139..e5da1cb 100644 (file)
 // You should have received a copy of the GNU General Public License\r
 // along with Euphorik.  If not, see <http://www.gnu.org/licenses/>.\r
 \r
-euphorik.PageAbout = function(client, formater, util, communication) {\r
+euphorik.PageAbout = function(client, formatter, util, communication) {\r
    this.name = "about";\r
    \r
    this.client = client;\r
-   this.formater = formater;\r
-   this.util = util;
+   this.formatter = formatter;\r
+   this.util = util;\r
    this.communication = communication;\r
 };\r
 \r