Fix typos found by codespell (#234)

This commit is contained in:
Dimitri Papadopoulos Orfanos
2023-05-09 03:44:05 +02:00
committed by GitHub
parent bffc5d733b
commit 7bef2ccc68
10 changed files with 13 additions and 15 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());