From 98f0eba5b7840197ee43f52833ef08f9090fbc44 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 8 Jul 2020 10:11:43 +0200 Subject: [PATCH] Fix typo Author: Daniel Gustafsson --- src/backend/postmaster/pgstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/postmaster/pgstat.c b/src/backend/postmaster/pgstat.c index edfa774ee4..88992c2da2 100644 --- a/src/backend/postmaster/pgstat.c +++ b/src/backend/postmaster/pgstat.c @@ -6681,7 +6681,7 @@ pgstat_clip_activity(const char *raw_activity) * * Determine index of entry for a SLRU with a given name. If there's no exact * match, returns index of the last "other" entry used for SLRUs defined in - * external proejcts. + * external projects. */ int pgstat_slru_index(const char *name)