diff --git a/localdump.sh b/localdump.sh
index 232d891c4eea6eb743226c9abe79db41059a9d6e..8807823ee5c26d0bf1bf4bbb75ed46d241c688ab 100755
--- a/localdump.sh
+++ b/localdump.sh
@@ -20,7 +20,7 @@
 # 2024-03-18  ah     fix for db detection from file and cli restore
 # 2024-10-02  ah     reset $rc before calling db plugin
 # 2024-12-13  ah     set gzip compression from 9 to 4
-# 2025-05-01  ah     suport backup of single database or given databases
+# 2025-05-01  ah     support backup of single database or given databases
 # ======================================================================
 
 # --- variables:
diff --git a/plugins/localdump/pgsql.sh b/plugins/localdump/pgsql.sh
index 3a79779e84eb7d863a302aa09013e3f80df2aa23..ea92992ad2593bbad8fb04e81c9d20cca2908a72 100755
--- a/plugins/localdump/pgsql.sh
+++ b/plugins/localdump/pgsql.sh
@@ -18,7 +18,7 @@
 # 2024-12-16  ah     v1.7  on snapshot mode it can fallback for single database to normal pg_dump of origin
 # 2024-12-17  ah     v1.8  handle env variables to disable snapshots or set times for disconnect
 # 2025-02-03  ah     v1.9  pg_dump in temp directory; dump file will be moved to backup dir
-# 2025-05-01  ah     v1.10 suport backup of single database or given databases
+# 2025-05-01  ah     v1.10 support backup of single database or given databases
 # ================================================================================
 
 if [ -z "$BACKUP_TARGETDIR" ]; then