Small typo updated

This commit is contained in:
samur 2021-01-29 09:08:55 +03:00
parent d5323f0e87
commit aa547f396c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ void etcdv3::Action::waitForResponse()
}
else
{
GRP_ASSERT(got_tag == (void*)this);
GPR_ASSERT(got_tag == (void*)this);
}
}