Fix some typos (found by codespell) (#613)
authorStefan Weil <sw@weilnetz.de>
Tue, 5 Apr 2022 09:27:51 +0000 (11:27 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Apr 2022 09:27:51 +0000 (11:27 +0200)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
discourse-doctor
templates/import/phpbb3.template.yml
templates/import/vanilla.template.yml
templates/postgres.13.template.yml
templates/postgres.template.yml
templates/web.template.yml

index 2109440a6b0475bd54d0b41cf64e9be12524823d..0c7ea188187caa74f0a35368f20244e7b5648ba0 100755 (executable)
@@ -327,7 +327,7 @@ print_done() {
         log "Publicly available log not generated."
     fi
   fi
-  # The following is not in the web log file since it was copied above, which seems corect
+  # The following is not in the web log file since it was copied above, which seems correct
   log
   log "You can examine the output of this script with "
   log "LESS=-Ri less $LOG_FILE"
index b408a1ca437da2a60aaa49aebbd7959f031ca6ba..9a3024f40200e3a060d2f49646ae10b1ab3ce5b4 100644 (file)
@@ -22,7 +22,7 @@ hooks:
         path: /etc/mysql/conf.d/import.cnf
         contents: |
           [mysqld]
-          # disable InnoDB since it is extremly slow in Docker container
+          # disable InnoDB since it is extremely slow in Docker container
           default-storage-engine=MyISAM
           default-tmp-storage-engine=MyISAM
           innodb=OFF
index 567f2cb7b81456b9d97a496cbef87c1d6a4d25d7..78802a250fdb38f00bd924c6b6f7ee4f9a2211a7 100644 (file)
@@ -22,7 +22,7 @@ hooks:
         path: /etc/mysql/conf.d/import.cnf
         contents: |
           [mysqld]
-          # disable InnoDB since it is extremly slow in Docker container
+          # disable InnoDB since it is extremely slow in Docker container
           default-storage-engine=MyISAM
           default-tmp-storage-engine=MyISAM
           innodb=OFF
index 14146296e9446e63ba1c9ca5dcd6b8c9a8c887d5..a5f13b8953dd02bc15e3ed27f71253c5a1af37aa 100644 (file)
@@ -64,7 +64,7 @@ run:
          required=$(($(du -sb /shared/postgres_data | awk '{print $1}') * 2))
 
          if [ "$free_disk" -lt "$required" ]; then
-          echo "WARNING: Upgrading PostgresSQL would require an addtional $(numfmt --to=si $(($required - $free_disk))) of disk space"
+          echo "WARNING: Upgrading PostgreSQL would require an additional $(numfmt --to=si $(($required - $free_disk))) of disk space"
           echo "Please free up some space, or expand your disk, before continuing."
           echo ''
           echo 'To avoid upgrading change "templates/postgres.template.yml" TO "templates/postgres.12.template.yml" in containers/app.yml'
index 14146296e9446e63ba1c9ca5dcd6b8c9a8c887d5..a5f13b8953dd02bc15e3ed27f71253c5a1af37aa 100644 (file)
@@ -64,7 +64,7 @@ run:
          required=$(($(du -sb /shared/postgres_data | awk '{print $1}') * 2))
 
          if [ "$free_disk" -lt "$required" ]; then
-          echo "WARNING: Upgrading PostgresSQL would require an addtional $(numfmt --to=si $(($required - $free_disk))) of disk space"
+          echo "WARNING: Upgrading PostgreSQL would require an additional $(numfmt --to=si $(($required - $free_disk))) of disk space"
           echo "Please free up some space, or expand your disk, before continuing."
           echo ''
           echo 'To avoid upgrading change "templates/postgres.template.yml" TO "templates/postgres.12.template.yml" in containers/app.yml'
index 8fc2f8f0f9334b4e52f86d842eaf5c1b54330d1e..8889160a9039e388890811551313ba6eb230e585 100644 (file)
@@ -265,7 +265,7 @@ run:
 
   # move state out of the container this fancy is done to support rapid rebuilds of containers,
   # we store anacron and logrotate state outside the container to ensure its maintained across builds
-  # later move this snipped into an intialization script
+  # later move this snipped into an initialization script
   # we also ensure all the symlinks we need to /shared are in place in the correct structure
   # this allows us to bootstrap on one machine and then run on another
   - file: