Spello fix, plus remove whitespace.

svn path=/trunk/kdesupport/qca/; revision=618415
This commit is contained in:
Brad Hards 2007-01-01 09:06:46 +00:00
parent 8376d644ba
commit fe9a1df241

View File

@ -62,7 +62,7 @@ int main(int argc, char** argv)
QCA::SecureMessage msg(&cms);
msg.setRecipient(secMsgKey);
// Some plain text - we use the first comamnd line argument if provided
// Some plain text - we use the first command line argument if provided
QByteArray plainText = (argc >= 2) ? argv[1] : "What do ya want for nuthin'";
// Now use the SecureMessage object to encrypt the plain text.