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)