aboutsummaryrefslogtreecommitdiffstats
path: root/src/ipc/ipcserver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipc/ipcserver.cpp')
-rw-r--r--src/ipc/ipcserver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipc/ipcserver.cpp b/src/ipc/ipcserver.cpp
index f23aaa6..3db2005 100644
--- a/src/ipc/ipcserver.cpp
+++ b/src/ipc/ipcserver.cpp
@@ -126,9 +126,9 @@ void IpcServer::setMaxConnections(int num)
/*!
* \fn void IpcServer::received(const QString& method, const QByteArray& content)
- * \brief signals a ipc call has arrived
+ * \brief signals a IPC call has arrived
*
- * A ipc call requesting \a method and using \a content a the parameters for the method
+ * A IPC call requesting \a method and using \a content a the parameters for the method
*/
/*!