From a97d464d1c9c0591d4a5288a906cc50d94fd59cf Mon Sep 17 00:00:00 2001 From: Alexey Rybalchenko Date: Mon, 27 Jan 2014 16:52:29 +0100 Subject: [PATCH] typo --- fairmq/FairMQSocketZMQ.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }