mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 18:06:15 -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue