mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
Fix typos
This commit is contained in:
parent
02b3d42771
commit
fce55df2b7
8 changed files with 10 additions and 10 deletions
|
@ -8,7 +8,7 @@ if(process.argv.length != 2)
|
|||
process.exit(1);
|
||||
}
|
||||
|
||||
//initalize the variables
|
||||
//initialize the variables
|
||||
var db, settings, padManager;
|
||||
var npm = require("../src/node_modules/npm");
|
||||
var async = require("../src/node_modules/async");
|
||||
|
@ -25,7 +25,7 @@ async.series([
|
|||
settings = require('../src/node/utils/Settings');
|
||||
db = require('../src/node/db/DB');
|
||||
|
||||
//initalize the database
|
||||
//initialize the database
|
||||
db.init(callback);
|
||||
},
|
||||
//load pads
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue