mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
Fix various typos.
The typos and their corrections were found with the aid of https://github.com/lucasdemarchi/codespell.
This commit is contained in:
@@ -349,10 +349,10 @@ zulip_first_start_init() {
|
||||
fi
|
||||
set -e
|
||||
touch "$DATA_DIR/.initiated"
|
||||
echo "Zulip first start init sucessful."
|
||||
echo "Zulip first start init successful."
|
||||
}
|
||||
# migrate_zulip_database Runs the zulip database migrations
|
||||
# This runs the migration everytime the container runs, to make sure Zulip has the
|
||||
# This runs the migration every time the container runs, to make sure Zulip has the
|
||||
# uptodate database version.
|
||||
migrate_zulip_database() {
|
||||
echo "Migrating Zulip to new version ..."
|
||||
|
||||
Reference in New Issue
Block a user