« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/repl.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/repl.js')
-rw-r--r--src/repl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repl.js b/src/repl.js
index aea66e3..05dbf11 100644
--- a/src/repl.js
+++ b/src/repl.js
@@ -83,7 +83,7 @@ async function main() {
         filterReferenceErrors(wikiData).close();
         console.log('No reference errors found. (complete data)');
     } catch (error) {
-        niceShowAggegate(error);
+        niceShowAggregate(error);
         console.log('Duplicate directories found. (partial data)');
     }