Fixed typo
This commit is contained in:
parent
c64e83dbcb
commit
c0ee49fabd
|
@ -58,7 +58,7 @@ The path of FS-OBJECT.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(dir-stream-files-stream dir-steam) -> fs-object stream
|
(dir-stream-files-stream dir-stream) -> fs-object stream
|
||||||
|
|
||||||
A stream of the fs-objects of the files within the directory
|
A stream of the fs-objects of the files within the directory
|
||||||
represented by DIR-STREAM.
|
represented by DIR-STREAM.
|
||||||
|
|
|
@ -6,7 +6,7 @@ the version of your system differs from the one I tested. Please
|
||||||
report incompatible versions and, if possible, provide an adapted
|
report incompatible versions and, if possible, provide an adapted
|
||||||
version.
|
version.
|
||||||
|
|
||||||
(ps) -> process-info list
|
(pps) -> process-info list
|
||||||
|
|
||||||
Calls the ps command and parses the output into a list of process-info
|
Calls the ps command and parses the output into a list of process-info
|
||||||
records.
|
records.
|
||||||
|
|
Loading…
Reference in New Issue