From 8fd4758ee2a5ff1e6517ab865b30a74856e722fa Mon Sep 17 00:00:00 2001 From: Joshua Shanks Date: Sat, 1 Nov 2025 13:09:40 -0700 Subject: [PATCH] Fix typo in Vietnamese translation file Change "occured" to "occurred" in pg_basebackup error message. --- src/bin/pg_basebackup/po/vi.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_basebackup/po/vi.po b/src/bin/pg_basebackup/po/vi.po index 19fcce3c253..88ce2923ce7 100644 --- a/src/bin/pg_basebackup/po/vi.po +++ b/src/bin/pg_basebackup/po/vi.po @@ -656,7 +656,7 @@ msgstr "%s: điểm kết thúc WAL: %s\n" #: pg_basebackup.c:1985 #, c-format -msgid "%s: checksum error occured\n" +msgid "%s: checksum error occurred\n" msgstr "%s: xảy ra lỗi checksum\n" #: pg_basebackup.c:1991 -- 2.34.1