diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-01-18 16:15:37 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-01-27 21:22:35 +0100 |
commit | cc16d99f1dc8305b1b255f1cc0f2b1516aa77ed0 (patch) | |
tree | e07bb46576b327b22a3b2d0c8d51b7be29a13280 /src/qt/utilitydialog.cpp | |
parent | a7ea2f8fdbe9392bcbd4a219a42ebd9518d2e2ef (diff) |
[trivial] Fix typos in comments
Diffstat (limited to 'src/qt/utilitydialog.cpp')
-rw-r--r-- | src/qt/utilitydialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/utilitydialog.cpp b/src/qt/utilitydialog.cpp index 70efe27990..7ab4125284 100644 --- a/src/qt/utilitydialog.cpp +++ b/src/qt/utilitydialog.cpp @@ -39,7 +39,7 @@ HelpMessageDialog::HelpMessageDialog(QWidget *parent, bool about) : QString version = tr(PACKAGE_NAME) + " " + tr("version") + " " + QString::fromStdString(FormatFullVersion()); /* On x86 add a bit specifier to the version so that users can distinguish between - * 32 and 64 bit builds. On other architectures, 32/64 bit may be more ambigious. + * 32 and 64 bit builds. On other architectures, 32/64 bit may be more ambiguous. */ #if defined(__x86_64__) version += " " + tr("(%1-bit)").arg(64); |