Parcourir la source

Fix some typos (found by codespell and typos)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Stefan Weil il y a 4 mois
Parent
commit
b407a01363
4 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 3 3
      Changelog.md
  2. 1 1
      Documentation.md
  3. 1 1
      Readme.md
  4. 1 1
      autopostgresqlbackup

+ 3 - 3
Changelog.md

@@ -24,7 +24,7 @@
 * Add support for MySQL/MariaDB (using the `DBENGINE` configuration parameter).
 * Add a command line option `-c` to specify an alternate config file or directory (see [Documentation](/Documentation.md)).
 * Add manpage
-* Fix hypotetical shell injection by crafting special database names
+* Fix hypothetical shell injection by crafting special database names
 * Variable `OPT` (used with pg_dump) is renamed to `PGDUMP_OPTS` and a new variable `PGDUMPALL_OPTS` is available (used for dump globals with pg_dumpall) (Closes: [#12](https://github.com/k0lter/autopostgresqlbackup/issues/12))
 * Fix stderr capture and check return code while running pg_dump/pg_dumpall commands
 * Add `MIN_DUMP_SIZE` configuration variable to raise a warning when a backup file size is below this limit (Closes: [#15](https://github.com/k0lter/autopostgresqlbackup/issues/15))
@@ -46,6 +46,6 @@
 ### Removed features
 
 * It's no longer possible to dump all databases in a single file
-* Copying the lastest dump in the latest/ directory is no longer supported
-* Specifying the databases names to dump during the montly backup is no longer supported
+* Copying the latest dump in the latest/ directory is no longer supported
+* Specifying the databases names to dump during the monthly backup is no longer supported
 * It is no longer supported to send backup files by email (MAILCONTENT=files). It was anyway probably not a good idea to send backup files by email (for various reasons: file size, privacy, data leaks, etc.) but I guess that it could easily be implemented in a POSTBACKUP script if needed.

+ 1 - 1
Documentation.md

@@ -341,7 +341,7 @@ Encryption public key (path to the key)
 
 ### ENCRYPTION_SUFFIX
 
-Suffix for encyrpted files
+Suffix for encrypted files
 
 **default**: `.enc`
 

+ 1 - 1
Readme.md

@@ -38,7 +38,7 @@ Man page is build from [the documentation](/Documentation.md) using pandoc using
 ## History
 
  * 2023: Almost full rewrite with better error handling and new features (see Changelog.md for details)
- * 2019: Creation of a fork/standelone project on Github (https://github.com/k0lter/autopostgresqlbackup)
+ * 2019: Creation of a fork/standalone project on GitHub (https://github.com/k0lter/autopostgresqlbackup)
  * Since 2011: Various patches (fixes and new features) were added in the Debian package
  * 2011: AutoPostgreSQLBackup was included in Debian
  * 2005: AutoPostgreSQLBackup was written by Aaron Axelsen (with some contributions of Friedrich Lobenstock)

+ 1 - 1
autopostgresqlbackup

@@ -135,7 +135,7 @@ ENCRYPTION="no"
 # Encryption public key (path to the key)
 ENCRYPTION_PUBLIC_KEY=
 
-# Suffix for encyrpted files
+# Suffix for encrypted files
 ENCRYPTION_SUFFIX=".enc"
 
 # Command or script to execute before backups