# HG changeset patch # User Paul Issott # Date 1428144289 -3600 # Node ID 24f6230d21193633afa448c48671a17ed0e2ae28 # Parent f788dbf4844ecc845df93c6486d5011092758e1f Tiny edit diff -r f788dbf4844e -r 24f6230d2119 src/main.cpp --- a/src/main.cpp Wed Apr 01 19:18:32 2015 +0300 +++ b/src/main.cpp Sat Apr 04 11:44:49 2015 +0100 @@ -20,7 +20,7 @@ if (argc > 1) { url = QUrl::fromUserInput(argv[1]); } else { if (file.open(QIODevice::ReadOnly | QIODevice::Text)) { - msg = "Using subox pass... Load succesfuly" + msg2; + msg = "Using subox pass... Load successfully" + msg2; QTextStream in(&file); while (!in.atEnd()) { line = in.readLine(); } file.close(); }