From 29358806f4f209edafe3b9d083c9a244c5547f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Criado-P=C3=A9rez?= Date: Sun, 9 Jul 2023 01:45:54 +0200 Subject: [PATCH] updated protoToAbiv2.h --- test/tools/ossfuzz/protoToAbiV2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tools/ossfuzz/protoToAbiV2.h b/test/tools/ossfuzz/protoToAbiV2.h index 7038ed7064a3..be583d49711c 100644 --- a/test/tools/ossfuzz/protoToAbiV2.h +++ b/test/tools/ossfuzz/protoToAbiV2.h @@ -390,7 +390,7 @@ class ProtoConverter return m_isLastDynParamRightPadded; } - /// Convert delimter to a comma or null string. + /// Convert delimiter to a comma or null string. static std::string delimiterToString(Delimiter _delimiter, bool _space = true); /// Generates number in the range [1, @param _n] uniformly at random. unsigned randomNumberOneToN(unsigned _n)