Skip to content

Commit 450d1c3

Browse files
committed
fix: fixed misspelled description
1 parent e0a6db5 commit 450d1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mamonsu/plugins/pgsql/archive_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class ArchiveCommand(Plugin):
5858
name = "PostgreSQL archive command {0}"
5959
Items = [
6060
# key, desc, color, side, graph
61-
("count_files_to_archive", "count files in archive_status need to archiv", "FFD700", 0, 1),
61+
("count_files_to_archive", "count files in archive_status need to archive", "FFD700", 0, 1),
6262
("size_files_to_archive", "size of files need to archive", "00FF00", 0, 0),
6363
("archived_files", "count archived files", "00F000", 0, 1),
6464
("failed_trying_to_archive", "count attempts to archive files", "FF0000", 0, 1),

0 commit comments

Comments
 (0)