Changeset 4bde6b in git for Singular/LIB/tasks.lib


Ignore:
Timestamp:
May 15, 2020, 3:20:00 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'b324714bf5073469800caef737deba1366fbd81f')
Children:
a1b40ab8675488c2a4f8e225d9d748ba70340727
Parents:
538e06d0809adf9f75fea000cf70d354bb674ab5
Message:
spelling p1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/tasks.lib

    r538e06 r4bde6b  
    260260          the latter command, t1 points to the same object as t2; any changes
    261261          to t2 will also effect t1. In contrast to this, copyTask() creates a
    262           new independend task.
     262          new independent task.
    263263       @* A task whose state is 'started' cannot be copied.
    264264SEE ALSO: getCommand, getArguments, getResult, getState, createTask, killTask,
     
    984984    }
    985985
    986     /* send the reqests */
     986    /* send the requests */
    987987    for (j = size(requests); j > 0; j--) {
    988988        write(requests[j][3], 1);
Note: See TracChangeset for help on using the changeset viewer.