# HG changeset patch # User Sebastien Jodogne # Date 1479716393 -3600 # Node ID 7219cdce7bba7f5582e49fca712de43c707598d8 # Parent 2f2de941dff78956922668122ae79b3e3024855b spelling: negociate -> negotiate diff -r 2f2de941dff7 -r 7219cdce7bba OrthancServer/DicomProtocol/DicomUserConnection.cpp --- a/OrthancServer/DicomProtocol/DicomUserConnection.cpp Sun Nov 20 21:45:43 2016 +0100 +++ b/OrthancServer/DicomProtocol/DicomUserConnection.cpp Mon Nov 21 09:19:53 2016 +0100 @@ -280,21 +280,21 @@ const std::string syntax(xfer.getXferID()); bool isGeneric = IsGenericTransferSyntax(syntax); - bool renegociate; + bool renegotiate; if (isGeneric) { // Are we making a generic-to-specific or specific-to-generic change of // the transfer syntax? If this is the case, renegotiate the connection. - renegociate = !IsGenericTransferSyntax(connection.GetPreferredTransferSyntax()); + renegotiate = !IsGenericTransferSyntax(connection.GetPreferredTransferSyntax()); } else { - // We are using a specific transfer syntax. Renegociate if the + // We are using a specific transfer syntax. Renegotiate if the // current connection does not match this transfer syntax. - renegociate = (syntax != connection.GetPreferredTransferSyntax()); + renegotiate = (syntax != connection.GetPreferredTransferSyntax()); } - if (renegociate) + if (renegotiate) { LOG(INFO) << "Change in the transfer syntax: the C-Store associated must be renegotiated"; diff -r 2f2de941dff7 -r 7219cdce7bba Resources/DicomConformanceStatement.txt --- a/Resources/DicomConformanceStatement.txt Sun Nov 20 21:45:43 2016 +0100 +++ b/Resources/DicomConformanceStatement.txt Mon Nov 21 09:19:53 2016 +0100 @@ -203,7 +203,7 @@ Transfer Syntaxes ----------------- -Orthanc will accept and negociate presentation contexts for all of the +Orthanc will accept and negotiate presentation contexts for all of the abovementioned supported SOP Classes using any of the following transfer syntaxes: