diff --git a/fairmq/FairMQSocketZMQ.cxx b/fairmq/FairMQSocketZMQ.cxx index 8f55ae7a..3178fb64 100644 --- a/fairmq/FairMQSocketZMQ.cxx +++ b/fairmq/FairMQSocketZMQ.cxx @@ -134,7 +134,7 @@ void* FairMQSocketZMQ::GetSocket() int FairMQSocketZMQ::GetSocket(int nothing) { - // dummy method to compy with the interface. functionality not possible in zeromq. + // dummy method to comply with the interface. functionality not possible in zeromq. return -1; }