Skip to content

Commit

Permalink
src/KDSoapServer/KDSoapServerSocket.cpp - fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Nov 3, 2023
1 parent 245f08e commit 46b424b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KDSoapServer/KDSoapServerSocket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ void KDSoapServerSocket::writeXML(const QByteArray &xmlResponse, bool isFault)
}
written = write(xmlResponse);
if (written != xmlResponse.size()) {
qWarning() << "Only wrote" << written << "out of" << xmlResponse.size() << "bytes of reponse. Error:" << errorString();
qWarning() << "Only wrote" << written << "out of" << xmlResponse.size() << "bytes of response. Error:" << errorString();
}
}

Expand Down

0 comments on commit 46b424b

Please sign in to comment.