SSH: Fix typo.

This commit is contained in:
Christian Kandeler
2011-04-19 14:20:25 +02:00
parent cfdd75dc6f
commit 8e5797bbd4

View File

@@ -394,7 +394,7 @@ void SshConnectionPrivate::handleKeyExchangeInitPacket()
}
// If the server sends a guessed packet, the guess must be wrong,
// because the algorithms we support requires us to initiate the
// because the algorithms we support require us to initiate the
// key exchange.
if (m_keyExchange->sendDhInitPacket(m_incomingPacket)) {
m_ignoreNextPacket = true;