enable wordWrap on lblQRCode / small code comment change
[novacoin.git] / src / qt / qrcodedialog.cpp
index 80a56d9..9965f14 100644 (file)
@@ -89,7 +89,7 @@ QString QRCodeDialog::getURI()
         paramCount++;
     }
 
-    // limit URI length to 255 chars, to prevent a DoS of the QR-Code dialog
+    // limit URI length to 255 chars, to prevent a DoS against the QR-Code dialog
     if (ret.length() < 256)
         return ret;
     else