From aa547f396c2ef2e7f5d2e7102ed6d22c60b1eb7e Mon Sep 17 00:00:00 2001 From: samur Date: Fri, 29 Jan 2021 09:08:55 +0300 Subject: [PATCH] Small typo updated --- src/v3/Action.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v3/Action.cpp b/src/v3/Action.cpp index 15841b7..c245a92 100644 --- a/src/v3/Action.cpp +++ b/src/v3/Action.cpp @@ -39,7 +39,7 @@ void etcdv3::Action::waitForResponse() } else { - GRP_ASSERT(got_tag == (void*)this); + GPR_ASSERT(got_tag == (void*)this); } }