Fix typo in log message

This commit is contained in:
Christophe Fergeau 2014-03-04 12:05:30 +01:00
parent 67be56ad8a
commit 24e2e60a59

View File

@ -1359,7 +1359,7 @@ static int reds_send_link_ack(RedLinkInfo *link)
ack.caps_offset = sizeof(SpiceLinkReply);
if (!(link->tiTicketing.rsa = RSA_new())) {
spice_warning("RSA nes failed");
spice_warning("RSA new failed");
return FALSE;
}