mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Correct a pair of spelling mistakes.
Hopefully, noone would ever see them anyway.
This commit is contained in:
parent
a51ca44b05
commit
cc0373cdca
1 changed files with 2 additions and 2 deletions
|
@ -451,10 +451,10 @@ dagnode_attach_label (dagnode_t *n, daglabel_t *l)
|
|||
{
|
||||
if (!l->op)
|
||||
internal_error (0, "attempt to attach operator label to dagnode "
|
||||
"identifers");
|
||||
"identifiers");
|
||||
if (!op_is_identifier (l->op))
|
||||
internal_error (0, "attempt to attach non-identifer label to dagnode "
|
||||
"identifers");
|
||||
"identifiers");
|
||||
if (l->dagnode) {
|
||||
dagnode_t *node = l->dagnode;
|
||||
set_union (n->edges, node->parents);
|
||||
|
|
Loading…
Reference in a new issue