/*
- *  Jyraphe, your web file repository
+ *  Jirafeau, your web file repository
  *  Copyright (C) 2008  Julien "axolotl" BERNARD <axolotl@magieeternelle.org>
  *
  *  This program is free software: you can redistribute it and/or modify
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-function jyraphe_toggle(id) {
+function jirafeau_toggle(id) {
   if(document.getElementById(id).style.display == 'block') {
     document.getElementById(id).style.display = 'none';
   } else {