fix asm.describe typo (#1629)

This commit is contained in:
Itay Cohen 2019-06-29 19:38:43 +03:00 committed by GitHub
parent 552021c38d
commit 4e0d899f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ AsmOptionsWidget::AsmOptionsWidget(PreferencesDialog *dialog)
ui->syntaxComboBox->blockSignals(false);
checkboxes = {
{ ui->describeCheckBox, "asm.descirbe" },
{ ui->describeCheckBox, "asm.describe" },
{ ui->refptrCheckBox, "asm.refptr" },
{ ui->xrefCheckBox, "asm.xrefs" },
{ ui->bblineCheckBox, "asm.bb.line" },