Skip to content

Commit 8b416bf

Browse files
committed
fix: fixed spelling (Statements plugin)
1 parent 41ddfd8 commit 8b416bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mamonsu/plugins/pgsql/statements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class Statements(Plugin):
7777
Items_pg_14 = [
7878
("stat_info[dealloc]",
7979
"dealloc",
80-
"Nnumber of Times pg_stat_statements.max Was Exceeded",
80+
"Number of Times pg_stat_statements.max Was Exceeded",
8181
Plugin.UNITS.none,
8282
Plugin.DELTA.simple_change,
8383
("PostgreSQL Statements Info: Number of Times pg_stat_statements.max Was Exceeded", "793F5D", 0)),

0 commit comments

Comments
 (0)