]> git.lyx.org Git - lyx.git/blobdiff - src/lyxserver.C
another fix
[lyx.git] / src / lyxserver.C
index 35d9829e6bc6016d73473c070302966598139ab5..0c4e152e1e20969c82cf649911afa26deb132db7 100644 (file)
@@ -41,7 +41,6 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <cerrno>
-#include FORMS_H_LOCATION
 
 #ifdef __GNUG__
 #pragma implementation
@@ -298,7 +297,7 @@ void LyXComm::read_ready()
                if (rerrno != 0) {
                        lyxerr << "LyXComm: " << strerror(rerrno) << endl;
                        if (!lsbuf.empty()) {
-                               lyxerr << "LyxComm: truncated command: "
+                               lyxerr << "LyXComm: truncated command: "
                                       << lsbuf << endl;
                                lsbuf.erase();
                        }
@@ -505,7 +504,7 @@ void LyXServer::callback(LyXServer * serv, string const & msg)
 
 
 /* ---F+------------------------------------------------------------------ *\
-   Function  : LyxNotifyClient
+   Function  : LyXNotifyClient
    Called by : WorkAreaKeyPress
    Purpose   : send a notify messge to a client
    Parameters: s - string to send