diff --git a/js/headfoot.js b/js/headfoot.js
index 58ed4423b3d3d560b0f80ba7a3575087e7119766..1015f0d5c96bc2fc80ff6a3c67fa15dd877c29b4 100755
--- a/js/headfoot.js
+++ b/js/headfoot.js
@@ -39,7 +39,7 @@ function readCookie(cname) {
 }
 
 function sendRequest(URL){
-    console.log(docuemnt.cookie);
+    console.log(document.cookie);
     let xhr = new XMLHttpRequest();
     xhr.open("POST", URL, true);
     let token = readCookie("XSRF-TOKEN");