commands/CmdLQ: fix typo

This commit is contained in:
Johan Euphrosine 2022-02-13 02:51:42 +09:00 committed by Tim Edwards
parent 3a758912c4
commit 4677aae8d6
1 changed files with 1 additions and 1 deletions

View File

@ -1658,7 +1658,7 @@ CmdPort(w, cmd)
if (option != PORT_REMOVE) if (option != PORT_REMOVE)
{ {
TxError("Exactly one label may be present under the cursor box.\n"); TxError("Exactly one label may be present under the cursor box.\n");
TxError("Use \"port <name> ...\" to specify a uniqe port.\n"); TxError("Use \"port <name> ...\" to specify a unique port.\n");
} }
return; return;