commands/CmdLQ: fix typo
This commit is contained in:
parent
3a758912c4
commit
4677aae8d6
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue