Fix typos

This commit is contained in:
HairyFotr 2019-01-12 19:38:49 +01:00 committed by muxator
parent 02b3d42771
commit fce55df2b7
8 changed files with 10 additions and 10 deletions

View file

@ -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

View file

@ -422,7 +422,7 @@ function convertPad(padId, callback)
/**
* This parses a Page like Etherpad uses them in the databases
* The offsets descripes the length of a unit in the page, the data are
* The offsets describes the length of a unit in the page, the data are
* all values behind each other
*/
function parsePage(array, pageStart, offsets, data, json)