X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FServer.cpp;h=99be0afa5a4f1dda97e35906e0a99fe2af299293;hb=2f71fca7df3c7149542cadf577395ecedf82bbf5;hp=14c1e202dd7eb09fe275338e04e72272c2b308c1;hpb=2bf1c09376de37a3d66b79ca5f4304f29d5b4d06;p=lyx.git diff --git a/src/Server.cpp b/src/Server.cpp index 14c1e202dd..99be0afa5a 100644 --- a/src/Server.cpp +++ b/src/Server.cpp @@ -495,7 +495,7 @@ void Server::callback(string const & msg) } -// Send a notify messge to a client, called by WorkAreaKeyPress +// Send a notify message to a client, called by WorkAreaKeyPress void Server::notifyClient(string const & s) { pipes_.send("NOTIFY:" + s + "\n");