Issue (#48): Fix typos in the code.

Jira: PG-133
This commit is contained in:
Ibrar Ahmed
2020-10-08 18:47:49 +00:00
parent d66a079b1b
commit db01ed546b
2 changed files with 4 additions and 4 deletions

4
guc.c
View File

@@ -98,7 +98,7 @@ init_guc(void)
conf[i++] = (GucVariable) {
.guc_name = "pg_stat_monitor.pgsm_respose_time_step",
.guc_desc = "Sets the respose time steps in millisecond.",
.guc_desc = "Sets the response time steps in millisecond.",
.guc_default = 1,
.guc_min = 1,
.guc_max = INT_MAX,
@@ -237,7 +237,7 @@ init_guc(void)
NULL);
DefineCustomIntVariable("pg_stat_monitor.pgsm_respose_time_step",
"Sets the respose time steps in millisecond.",
"Sets the response time steps in millisecond.",
NULL,
&PGSM_RESPOSE_TIME_STEP,
1,