mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 08:40:38 +08:00
Fix some speeling and improve a comment.
This commit is contained in:
parent
fba3c83ba5
commit
ce88e8739f
@ -314,8 +314,7 @@ enum class pgroup_provenance_t {
|
||||
lineage,
|
||||
};
|
||||
|
||||
/// A struct represeting a job. A job is basically a pipeline of one or more processes and a couple
|
||||
/// of flags.
|
||||
/// A struct representing a job. A job is a pipeline of one or more processes.
|
||||
class job_t {
|
||||
public:
|
||||
/// A set of jobs properties. These are immutable: they do not change for the lifetime of the
|
||||
|
Loading…
x
Reference in New Issue
Block a user