From 4582a4b398182459be7deba13e433bf6975c7487 Mon Sep 17 00:00:00 2001 From: Matthew Wozniczka Date: Wed, 14 Mar 2018 23:22:36 -0700 Subject: [PATCH] Fixed a typo --- .../distributed/transaction/distributed_deadlock_detection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/distributed/transaction/distributed_deadlock_detection.c b/src/backend/distributed/transaction/distributed_deadlock_detection.c index 295456789..0bba3a6cd 100644 --- a/src/backend/distributed/transaction/distributed_deadlock_detection.c +++ b/src/backend/distributed/transaction/distributed_deadlock_detection.c @@ -79,7 +79,7 @@ check_distributed_deadlocks(PG_FUNCTION_ARGS) /* - * CheckForDistributedDeadlocks is the entry point for detecing + * CheckForDistributedDeadlocks is the entry point for detecting * distributed deadlocks. * * In plain words, the function first builds a wait graph by