docs: fixed typos

This commit is contained in:
freddii 2021-02-03 00:30:07 +01:00
parent 65dec5bd2c
commit ea202e41f6
24 changed files with 37 additions and 37 deletions

View file

@ -51,7 +51,7 @@ const util = require('util');
let atext = Changeset.makeAText('\n');
// run trough all revisions
// run through all revisions
for (const revNum of revisions) {
// console.log('Fetching', revNum)
const revision = await db.get(`pad:${padId}:revs:${revNum}`);

View file

@ -3,7 +3,7 @@
# Move to the folder where ep-lite is installed
cd "$(dirname "$0")"/..
# Source constants and usefull functions
# Source constants and useful functions
. bin/functions.sh
#Was this script started in the bin folder? if yes move out

View file

@ -3,7 +3,7 @@
# Move to the folder where ep-lite is installed
cd "$(dirname "$0")"/..
# Source constants and usefull functions
# Source constants and useful functions
. bin/functions.sh
# Prepare the environment

View file

@ -12,7 +12,7 @@ set -eu
# source: https://stackoverflow.com/questions/59895/how-to-get-the-source-directory-of-a-bash-script-from-within-the-script-itself#246128
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
# Source constants and usefull functions
# Source constants and useful functions
. ${DIR}/../bin/functions.sh
echo "Running directly, without checking/installing dependencies"

View file

@ -3,7 +3,7 @@
# Move to the folder where ep-lite is installed
cd "$(dirname "$0")"/..
# Source constants and usefull functions
# Source constants and useful functions
. bin/functions.sh
# Is node installed?

View file

@ -23,7 +23,7 @@ const util = require('util');
(async () => {
await util.promisify(npm.load)({});
// intialize database
// initialize database
require('ep_etherpad-lite/node/utils/Settings');
const db = require('ep_etherpad-lite/node/db/DB');
await db.init();

View file

@ -3,7 +3,7 @@
# Move to the folder where ep-lite is installed
cd "$(dirname "$0")"/..
# Source constants and usefull functions
# Source constants and useful functions
. bin/functions.sh
ignoreRoot=0