Fix typos found by codespell

This commit is contained in:
Dimitri Papadopoulos
2023-05-07 15:13:30 +02:00
parent bffc5d733b
commit 28486553f8
4 changed files with 5 additions and 5 deletions

View File

@@ -136,7 +136,7 @@ void GPService::connect(QString server, QString username, QString passwd)
<< "--cookie-on-stdin"
<< server;
log("Start process with arugments: " + args.join(", "));
log("Start process with arguments: " + args.join(", "));
openconnect->start(bin, args);
openconnect->write((passwd + "\n").toUtf8());