Skip to content

Commit e340b35

Browse files
committed
About typo
Fix typo in e200c40
1 parent 74af1b1 commit e340b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aboutdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ aboutDialog::aboutDialog(QWidget *parent) :
6060
.arg(qVersion()));
6161
#ifndef TARGET_WINXP
6262
const char *libpcap = pcap_lib_version();
63-
ui->lblLibs->setText(tr("This application uses the pcap Library, version %1, icensed under the <a href=\"https://opensource.org/licenses/BSD-3-Clause\">The 3-Clause BSD License</a>")
63+
ui->lblLibs->setText(tr("This application uses the pcap Library, version %1, licensed under the <a href=\"https://opensource.org/licenses/BSD-3-Clause\">The 3-Clause BSD License</a>")
6464
.arg(libpcap));
6565
#else
6666
ui->lblLibs->setText(QString());

0 commit comments

Comments
 (0)