« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/common-util
diff options
context:
space:
mode:
Diffstat (limited to 'src/common-util')
-rw-r--r--src/common-util/wiki-data.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common-util/wiki-data.js b/src/common-util/wiki-data.js
index 00465668..4c7f66f4 100644
--- a/src/common-util/wiki-data.js
+++ b/src/common-util/wiki-data.js
@@ -642,7 +642,7 @@ export function sameDayAs(givenDate, thing) {
   }
 
   if (thing.isFlash) {
-    if (comapre(givenDate, thing.date)) {
+    if (compare(givenDate, thing.date)) {
       return 'flash';
     }
   }