summaryrefslogtreecommitdiff
path: root/bin/importSqlFile.js
diff options
context:
space:
mode:
Diffstat (limited to 'bin/importSqlFile.js')
-rw-r--r--bin/importSqlFile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/importSqlFile.js b/bin/importSqlFile.js
index 6491cbea..5cdf46e5 100644
--- a/bin/importSqlFile.js
+++ b/bin/importSqlFile.js
@@ -30,7 +30,7 @@ require("ep_etherpad-lite/node_modules/npm").load({}, function(er,npm) {
//there was an error while initializing the database, output it and stop
if(err)
{
- console.error("ERROR: Problem while initalizing the database");
+ console.error("ERROR: Problem while initializing the database");
console.error(err.stack ? err.stack : err);
process.exit(1);
}