Ticket #6033: Error.Spelling.Fix.remotefile.cpp.patch

File Error.Spelling.Fix.remotefile.cpp.patch, 558 bytes (added by Stev391, 15 years ago)

Patch to fix a spelling mistake

  • libs/libmyth/remotefile.cpp

     
    7676        {
    7777            VERBOSE(VB_IMPORTANT,
    7878                    QString("RemoteFile::openSocket(%1): "
    79                             "Did not get proper responce from %3:%4")
     79                            "Did not get proper response from %3:%4")
    8080                    .arg(stype).arg(dir).arg(host).arg(port));
    8181
    8282            return NULL;